diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8813865a68b..c79e382f274 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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,