Update mystery-events.yml

Fix debug runs
This commit is contained in:
flx-sta 2024-07-17 22:53:58 -07:00 committed by GitHub
parent bc059d59a0
commit 21f519d8ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -50,4 +50,4 @@ jobs:
run: npm ci # Use 'npm ci' to install dependencies
- name: tests # Step to run tests
run: npm run test${{ runner.debug == '0' &&':silent' }} # silent on default. if debug run loud
run: npm run test${{ runner.debug == '0' &&':silent' || '' }} # silent on default. if debug run loud