Allow debug runs from the github UI

This commit is contained in:
Eric 2025-02-06 18:07:50 +11:00
parent afe31d7319
commit 0f2467a820
No known key found for this signature in database

View File

@ -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