Skip to content

Commit

Permalink
Return yarn install cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 16, 2021
1 parent ac4e42b commit fde6800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install --ignore-engines
- uses: bahmutov/npm-install@v1
with:
install-command: yarn install --ignore-engines
- name: Run unit tests
run: npx jest

0 comments on commit fde6800

Please sign in to comment.