Skip to content

Commit

Permalink
Drop npm ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis committed Aug 23, 2021
1 parent 851db56 commit a88f35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install packages
run: npm ci
run: npm install

- name: Run tests
run: npm run test

0 comments on commit a88f35b

Please sign in to comment.