Skip to content

Commit

Permalink
uh ci should npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Oct 18, 2019
1 parent 71ab9d7 commit c6dd3d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -19,7 +19,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm run build
npm install
npm run build
npm test
env:
CI: true

0 comments on commit c6dd3d9

Please sign in to comment.