Skip to content

Commit

Permalink
make yarn install able to change yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed May 2, 2024
1 parent 8e43426 commit d8897f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
working-directory: ./js/ui-tests
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
run: jlpm install
run: jlpm install --no-immutable
- name: Install browser
run: jlpm playwright install chromium
working-directory: ./js/ui-tests
Expand Down

0 comments on commit d8897f4

Please sign in to comment.