Skip to content

Commit

Permalink
chore: use github container
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 6, 2024
1 parent adc3d7d commit 00f3aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.48.2-focal

steps:
- uses: actions/checkout@v4
Expand All @@ -22,6 +20,8 @@ jobs:

- run: pnpm install

- run: pnpm exec playwright install

- run: pnpm prepare

- name: Browser tests
Expand Down

0 comments on commit 00f3aa6

Please sign in to comment.