Skip to content

Commit

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

0 comments on commit 3b4618a

Please sign in to comment.