Skip to content

Commit

Permalink
Disable version catalog test workflow (#173)
Browse files Browse the repository at this point in the history
The version catalog workflow in the GitHub Actions pipeline has been temporarily disabled. This action was necessary due to pending fixes - the effort to make these fixes has not yet been made. Consequently, until these issues are resolved, the version catalog test workflow will remain inoperative.
  • Loading branch information
fscarponi authored May 23, 2024
1 parent 7c9cfdb commit 2234155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
name: testResult-kmp-gradle-${{ matrix.os }}-${{ matrix.gradle-version }}
path: /home/runner/work/package-search-intellij-plugin/package-search-intellij-plugin/plugin/build/testData
version-catalog:
if: false # Disabled until we make an effort to fix catalogs
continue-on-error: true
strategy:
fail-fast: false
Expand Down

0 comments on commit 2234155

Please sign in to comment.