Skip to content

Commit

Permalink
Disable version catalog test workflow
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 committed May 22, 2024
1 parent a99b9e8 commit b4a6eb7
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 have effort to fix catalog
continue-on-error: true
strategy:
fail-fast: false
Expand Down

0 comments on commit b4a6eb7

Please sign in to comment.