mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
prettier
This commit is contained in:
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
branches: [next]
|
||||
|
||||
jobs:
|
||||
lint_and_test_client:
|
||||
client_test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user