Skip to content

Commit

Permalink
chore: Change npm ci to npm install because of lock file not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
krdlab committed Mar 23, 2020
1 parent 4ce48a0 commit cd819df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm ci
- run: npm install

- name: Run smoke tests
timeout-minutes: 2
Expand Down

0 comments on commit cd819df

Please sign in to comment.