Skip to content

Commit

Permalink
fix CI 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Nov 2, 2023
1 parent ce625a4 commit ed4ec7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
path: node_modules
key: ${{ matrix.node }}-${{ hashFiles('**/yarn.lock') }}
- if: steps.cache.outputs.cache-hit != 'true'
run: yarn ci
- run: yarn test
run: npm ci
- run: npm test

0 comments on commit ed4ec7d

Please sign in to comment.