Skip to content

Commit

Permalink
refactor: fix missing 'run' keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
trulysinclair committed Sep 3, 2024
1 parent d63849d commit 73fb119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: yarn install --immutable
- name: Install Playwright Browsers
run: yarn workspaces foreach -A playwright install chromium --with-deps
run: yarn workspaces foreach -A run playwright install chromium --with-deps
- name: Build Files
run: yarn build
- name: Run Playwright tests
Expand Down

0 comments on commit 73fb119

Please sign in to comment.