Add debug variable for manual workflow runs

This commit is contained in:
Eric 2025-06-26 11:08:45 +10:00
parent 4e583a2850
commit b72c2c86dc
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View File

@ -117,7 +117,7 @@ jobs:
## Part 3 Tests ##
- name: Integration tests
if: matrix.tests == 'integration' || matrix.tests == 'all'
run: make -j${ncpu} PARALLEL=${{ env.PARALLEL }} DEBUG=${{ runner.debug }} testIntegration
run: make -j${ncpu} PARALLEL=${{ env.PARALLEL }} DEBUG=${{ inputs.debug }} testIntegration
- name: Upload integration tests log files
uses: actions/upload-artifact@v4

View File

@ -6,6 +6,12 @@ on:
- master
pull_request:
workflow_dispatch:
inputs:
debug:
description: 'Enable debug logging'
required: false
type: boolean
default: false
env:
cache_nonce: 0 # Allows for easily busting actions/cache caches