From 5feb5a9af143f084c204f9e8df6d4d8e2d6e5d23 Mon Sep 17 00:00:00 2001 From: torlando-tech Date: Wed, 29 Oct 2025 10:18:45 -0400 Subject: [PATCH] ci: temporarily disable unit and integration tests Disabling unit and integration test jobs to save GitHub Actions minutes while troubleshooting installer test failures in Docker containers. This reduces CI runtime from ~4-5 minutes to ~1 minute per run. To re-enable: remove the 'if: false' lines from unit-tests and integration-tests jobs in .github/workflows/test.yml --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2553f89..e48b4b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,7 @@ jobs: unit-tests: name: Unit Tests runs-on: ubuntu-latest + if: false # Temporarily disabled to save CI minutes while troubleshooting installer tests strategy: matrix: @@ -61,6 +62,7 @@ jobs: integration-tests: name: Integration Tests runs-on: ubuntu-latest + if: false # Temporarily disabled to save CI minutes while troubleshooting installer tests strategy: matrix: