Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbwoolf committed Oct 25, 2023
1 parent 6c6eca4 commit 0fc3c10
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/provision
- uses: actions/setup-node@v3
with:
node-version: 18

- name: Get installed Playwright version
id: playwright-version
Expand All @@ -49,10 +52,6 @@ jobs:
key: ${{ runner.os }}-playwright-cache-${{ env.PLAYWRIGHT_VERSION }}

- name: Install Playwright browsers
run: yarn playwright install chrome chromium
if: steps.playwright-cache.outputs.cache-hit != 'true'

- name: Install Playwright deps
run: yarn playwright install --with-deps
if: steps.playwright-cache.outputs.cache-hit != 'true'

Expand Down

0 comments on commit 0fc3c10

Please sign in to comment.