This commit is contained in:
konnorrogers
2024-09-19 09:45:54 -04:00
parent a8d1837c16
commit fb1808ae5c
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ on:
branches: [next]
jobs:
lint_and_test_client:
client_test:
runs-on: ubuntu-latest
strategy:

View File

@@ -35,7 +35,7 @@ export default {
timeout: 3000,
retries: 1,
// fails the whole test suite on first failure rather than letting the whole test suite run.
bail: process.env['FAIL_FAST'] == 'true'
bail: process.env['FAIL_FAST'] === 'true'
}
},
plugins: [