Skip to content

Commit

Permalink
CI: fix test-enjoy-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Feb 12, 2024
1 parent 825031c commit f57a5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-enjoy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: npm install -g yarn && yarn
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
run: yarn workspace enjoy playwright install --with-deps
- name: Package
run: yarn package:enjoy
- name: Run Playwright tests
Expand Down

0 comments on commit f57a5de

Please sign in to comment.