Skip to content

Commit

Permalink
ci: Fix playwright install on canary tests (#14656)
Browse files Browse the repository at this point in the history
Forgot to update this for canary tests, oops...
  • Loading branch information
mydea authored Dec 11, 2024
1 parent 3339829 commit 9913328
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ jobs:
timeout-minutes: 7
run: yarn ${{ matrix.build-command }}

- name: Install Playwright
uses: ./.github/actions/install-playwright
with:
browsers: chromium
cwd: dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}

- name: Run E2E test
working-directory: dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}
timeout-minutes: 15
Expand Down

0 comments on commit 9913328

Please sign in to comment.