try again...

This commit is contained in:
flx-sta 2024-09-10 12:11:52 -07:00
parent c6080e700c
commit d7c8bb9a58

View File

@ -1,7 +1,7 @@
name: Tests
env:
VITEST_OPTIONS: ${{ !runner.debug && '--silent' }}
VITEST_OPTIONS: ${{ runner.debug && '' || '--silent' }}
on:
# Trigger the workflow on push or pull request,