Skip to content

Commit

Permalink
fix: github test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Jun 18, 2024
1 parent 92cb109 commit 38e6acd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ jobs:
# TODO: Fix checksum issue and remove env variable
- name: yarn install
run: |
YARN_CHECKSUM_BEHAVIOR=update yarn install
YARN_CHECKSUM_BEHAVIOR=update yarn install --production
cd cli
YARN_CHECKSUM_BEHAVIOR=update yarn install --production
cd ..
- name: yarn lint
env:
Expand Down

0 comments on commit 38e6acd

Please sign in to comment.