Skip to content

Commit

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

0 comments on commit 5860174

Please sign in to comment.