We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5b645 commit a3c042dCopy full SHA for a3c042d
.github/workflows/test.yml
@@ -18,5 +18,6 @@ jobs:
18
- uses: actions/setup-node@v2
19
with:
20
node-version: ${{ matrix.node }}
21
+ - run: npm install
22
- run: npm ci
23
- run: npm test
0 commit comments