Skip to content

Commit

Permalink
Enforce browser install
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Jan 23, 2025
1 parent a3eca36 commit 99ee127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/content-sources-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:

- name: Install playwright and dependencies
working-directory: _playwright-tests
run: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install
run: yarn install

- name: Install Playwright
- name: Install Playwright Browsers
working-directory: _playwright-tests
run: yarn playwright install

Expand Down

0 comments on commit 99ee127

Please sign in to comment.