Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
intent-kacper-cyranowski committed Jun 19, 2024
1 parent 5639ab0 commit 158cd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup_test_project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: |
cd test_project && rm yarn.lock
cd test_project && rm -f yarn.lock
cd touch yarn.lock && yarn install
cd .. && yarn install
shell: bash

0 comments on commit 158cd94

Please sign in to comment.