Skip to content

Commit

Permalink
fix CI 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Nov 2, 2023
1 parent 5860174 commit 0df5aca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@ 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: yarn install
- run: yarn test

0 comments on commit 0df5aca

Please sign in to comment.