Skip to content

Commit

Permalink
ci: update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 28, 2024
1 parent bd02a2f commit 508fb94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
e2e:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.48.2-focal
image: mcr.microsoft.com/playwright:v1.49.1-noble

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint .",
"postinstall": "nuxt prepare && simple-git-hooks",
"test:e2e": "playwright test test/e2e",
"test:e2e:update": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.48.0-focal bash -c 'corepack enable && pnpm i && pnpm playwright test test/e2e --update-snapshots'"
"test:e2e:update": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.49.1-noble bash -c 'corepack enable && pnpm i && pnpm playwright test test/e2e --update-snapshots'"
},
"dependencies": {
"@azure/identity": "^4.5.0",
Expand Down

0 comments on commit 508fb94

Please sign in to comment.