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 158cd94 commit e2c0276
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 @@ -61,6 +61,6 @@ runs:
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: |
cd test_project && rm -f yarn.lock
cd touch yarn.lock && yarn install
touch yarn.lock && yarn install
cd .. && yarn install
shell: bash

0 comments on commit e2c0276

Please sign in to comment.