Skip to content

Commit

Permalink
ci: fix lock file cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu committed Nov 1, 2024
1 parent 9b165f8 commit 7ff0f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install correct Yarn version
run: corepack prepare ${{ env.YARN_VERSION }} --activate
- name: Install dependencies
run: yarn install --immutable
run: yarn install --immutable-cache
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Run E2E Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Install correct Yarn version
run: corepack prepare ${{ env.YARN_VERSION }} --activate
- name: Install dependencies
run: yarn install --immutable
run: yarn install --immutable-cache
- name: Execute Unit tests
run: yarn test:ut

0 comments on commit 7ff0f55

Please sign in to comment.