Skip to content

Commit

Permalink
Update ci_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vHeemstra committed Jun 3, 2022
1 parent 09a2d21 commit f476d6e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
# cache: 'npm'
- name: Lint & Test package
run: |
npm install
npm run lint
npm test
- run: npm install
- run: npm run lint
- run: npm test

version:
name: Bump version
Expand Down

0 comments on commit f476d6e

Please sign in to comment.