Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Dec 29, 2020
1 parent 3175779 commit fe23f25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
# for test cache hits
- run: npm i -g [email protected]

- run: which npx
# don't accidentally use the global npx
- run: rm $(which npx)
# test that we can't find it
- run: '! which npx'

- run: npm ci
- run: npm run ${{ matrix.test-command }} -- --retries 1
timeout-minutes: 15
Expand Down

0 comments on commit fe23f25

Please sign in to comment.