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 2daec85 commit 6c981fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ jobs:
with:
node-version: current

- name: Clear Yarn Cache
run: |
yarn cache clean
- name: yarn install
run: |
yarn install
YARN_CHECKSUM_BEHAVIOR=update yarn install
- name: yarn test
env:
Expand Down

0 comments on commit 6c981fa

Please sign in to comment.