We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa22877 commit 7ecafc3Copy full SHA for 7ecafc3
3 files changed
.github/workflows/nodejs.yml
@@ -4,15 +4,14 @@ on: [push]
4
5
jobs:
6
build:
7
-
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v2
12
- - uses: volta-cli/action@v1
13
- - run: npm ci --no-audit
14
- - run: npm run lint --if-present
15
- - run: npm test
16
- - run: npm run build --if-present
17
- env:
18
- CI: true
+ - uses: actions/checkout@v2
+ - uses: volta-cli/action@v1
+ - run: npm ci --no-audit
+ - run: npm run lint --if-present
+ - run: npm test:ci
+ - run: npm run build --if-present
+ env:
+ CI: true
0 commit comments