We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34a7ba commit 7d85f57Copy full SHA for 7d85f57
.github/workflows/nodejs.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
yarn install
22
yarn lint
23
- yarn build
+ yarn build
24
yarn test --maxWorkers=50% --silent
25
env:
26
CI: true
0 commit comments