Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack committed Aug 16, 2019
1 parent 939ad5a commit 3b2b5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
run: |
npm install
npm run build --if-present
npm lint
npm test
npm run lint --if-present
npm run test --if-present

0 comments on commit 3b2b5e0

Please sign in to comment.