mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
fix: use --silent
instead of :silent
Cause the previous was npm scrpt specific (whops)
This commit is contained in:
parent
fcc08ebc43
commit
8f7009bd19
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Tests
|
||||
|
||||
env:
|
||||
SILENT: ${{ runner.debug == '1' && '' || ':silent' }}
|
||||
SILENT: ${{ runner.debug == '1' && '' || '--silent' }}
|
||||
|
||||
on:
|
||||
# Trigger the workflow on push or pull request,
|
||||
|
Loading…
Reference in New Issue
Block a user