Skip to content

Commit

Permalink
Try to fix yarn install in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vesnushka committed Aug 15, 2023
1 parent fe5c2ef commit c75b2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: 16
- name: Install deps
run: yarn install --verbose
run: yarn install --network-concurrency 1
- run: yarn run typecheck
# - run: ./run_test.sh
- run: yarn build:web
Expand Down

0 comments on commit c75b2d6

Please sign in to comment.