Skip to content

Commit

Permalink
fix: add missing npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb committed Sep 26, 2019
1 parent 6d9e73c commit b9756bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm run test
run: npm run test
- name: npm install and npm run test
run: |
npm install
npm run test

0 comments on commit b9756bb

Please sign in to comment.