Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb authored Nov 26, 2019
1 parent 19f9d3d commit 2714af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: npm --version

- name: Install npm dependencies
run: npm ci
run: npm install # switch to `npm ci` when Node.js 6.x is dropped

- name: Run tests
run: npm test
run: npm test

0 comments on commit 2714af0

Please sign in to comment.