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 20, 2024
1 parent a447f0d commit 19bad55
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,6 +60,6 @@ runs:
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: |
yarn install --cwd example
yarn install --cwd example --immutable
yarn install
shell: bash

0 comments on commit 19bad55

Please sign in to comment.