Skip to content

Commit

Permalink
actions: use npm install instead of npm ci
Browse files Browse the repository at this point in the history
it tries to install deps that don't match the platform:
npm/cli#558
https://github.com/wixplosives/test-drive/runs/426433972#step:4:5
  • Loading branch information
AviVahl committed Feb 4, 2020
1 parent b99e4cf commit a35ceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -16,5 +16,5 @@ jobs:
uses: actions/setup-node@v1
with:
node_version: ${{ matrix.node_version }}
- run: npm ci
- run: npm install
- run: npm test

0 comments on commit a35ceb9

Please sign in to comment.