mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 14:52:19 +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
|
name: Tests
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SILENT: ${{ runner.debug == '1' && '' || ':silent' }}
|
SILENT: ${{ runner.debug == '1' && '' || '--silent' }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Trigger the workflow on push or pull request,
|
# Trigger the workflow on push or pull request,
|
||||||
|
Loading…
Reference in New Issue
Block a user