We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b354051 commit 4dbd0ccCopy full SHA for 4dbd0cc
.github/workflows/nodejs.yml
@@ -27,7 +27,7 @@ jobs:
27
npm install
28
npm run server &
29
cd ../../../
30
- npm run test:ci
+ npm run test:ci &
31
npm run build
32
env:
33
CI: true
0 commit comments