From b6b595aab51858c0fbc2c42eb03d608c75e87622 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:07:50 +1100 Subject: [PATCH] Allow debug runs from the github UI --- .github/workflows/ci-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-reusable.yml b/.github/workflows/ci-reusable.yml index cb66f5b2..a22c23b5 100644 --- a/.github/workflows/ci-reusable.yml +++ b/.github/workflows/ci-reusable.yml @@ -81,7 +81,7 @@ jobs: - name: Parallel integration tests if: matrix.tests == 'integration-parallel' - run: make -j${ncpu} DEBUG=1 testIntegration + run: make -j${ncpu} DEBUG=${{ runner.debug }} testIntegration - name: Upload integration tests log files uses: actions/upload-artifact@v4