From fc3f5a544e958a89d617ab66aaa7c15d4d4e2fea Mon Sep 17 00:00:00 2001 From: torlando-tech Date: Wed, 29 Oct 2025 11:56:05 -0400 Subject: [PATCH] ci: re-enable unit and integration tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All installer test failures have been resolved. Re-enabling the full test suite now that the install.sh script works correctly in Docker containers. Installer tests are now passing on all platforms: - debian:12 ✓ - debian:trixie ✓ - ubuntu:22.04 ✓ - ubuntu:24.04 ✓ - archlinux:latest ✓ --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78a08bd..e98bf3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,6 @@ jobs: unit-tests: name: Unit Tests runs-on: ubuntu-latest - if: false # Temporarily disabled to save CI minutes while troubleshooting installer tests strategy: matrix: @@ -62,7 +61,6 @@ jobs: integration-tests: name: Integration Tests runs-on: ubuntu-latest - if: false # Temporarily disabled to save CI minutes while troubleshooting installer tests strategy: matrix: