From 22341558615548bf5bdde1c4b1bd4d296e0590ef Mon Sep 17 00:00:00 2001 From: Fabrizio Scarponi <36624359+fscarponi@users.noreply.github.com> Date: Thu, 23 May 2024 11:48:42 +0200 Subject: [PATCH] Disable version catalog test workflow (#173) 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. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eee5624a..7b33715d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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