From 0f2467a820bc3d5e27ccbb9baf535a0104f06461 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 108d78eb..f7159e97 100644 --- a/.github/workflows/ci-reusable.yml +++ b/.github/workflows/ci-reusable.yml @@ -86,7 +86,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