fix: use --silent instead of :silent

Cause the previous was npm scrpt specific (whops)
This commit is contained in:
flx-sta 2024-09-10 08:36:47 -07:00
parent fcc08ebc43
commit 8f7009bd19

View File

@ -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,