Skip to content

Commit

Permalink
chore: fix test workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Apr 6, 2024
1 parent 4ce958f commit 2daec85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
with:
node-version: current

- name: Clear Yarn Cache
run: |
yarn cache clean
- name: yarn install
run: |
yarn install
Expand Down

0 comments on commit 2daec85

Please sign in to comment.