mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-01 13:47:05 +00:00
Update mystery-events.yml
Fix debug runs
This commit is contained in:
parent
bc059d59a0
commit
21f519d8ad
2
.github/workflows/mystery-events.yml
vendored
2
.github/workflows/mystery-events.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user