Skip to content

Commit

Permalink
ci(test): improve workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jortfal committed Apr 18, 2021
1 parent ba24149 commit 1be6d2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Ensure dependencies are compatible with the version of node
run: echo 'engine-strict=true' >> .npmrc
- uses: bahmutov/npm-install@v1
- run: npm run test
- name: Setup NPM
uses: bahmutov/npm-install@v1
- name: Run tests
run: npm run test

0 comments on commit 1be6d2e

Please sign in to comment.