Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
This shit is broken
  • Loading branch information
itsjustaplant authored Dec 23, 2020
1 parent 3438f72 commit 5f0da0b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: npm CI
working-directory: ./spofly
run: npm ci
- name: nmp run
working-directory: ./spofly
run: npm run build --if-present
- name: nmp test
- working-directory: ./spofly
run: npm test

0 comments on commit 5f0da0b

Please sign in to comment.