Skip to content

Commit

Permalink
Trialling using the Playwright docker image to see if it improves speed
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamictulip committed Oct 18, 2024
1 parent 1aad756 commit 2912e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.48.1-jammy
env:
CI: true
steps:
Expand All @@ -16,8 +18,6 @@ jobs:
node-version-file: '.node-version'
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test --project=ci
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2912e15

Please sign in to comment.