Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
test:
runs-on: ubuntu-24.04
# We use playwright browser to run karma tests
container: mcr.microsoft.com/playwright:v1.57.0-noble
container: mcr.microsoft.com/playwright:v1.58.2-noble
env:
# See: https://github.com/microsoft/playwright/issues/27620
HOME: /root
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:

e2e:
runs-on: ubuntu-24.04
container: mcr.microsoft.com/playwright:v1.57.0-noble
container: mcr.microsoft.com/playwright:v1.58.2-noble
needs:
- build
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vrt-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
jobs:
vrt-update:
runs-on: ubuntu-24.04
container: mcr.microsoft.com/playwright:v1.57.0-noble
container: mcr.microsoft.com/playwright:v1.58.2-noble
# PR from non-collaborators requires a manual re-run from collaborators which
# makes run_attempt > 1 on first attempt causing the workflow to run.
# So we always skip if the PR is not from a collaborator.
Expand Down
2 changes: 1 addition & 1 deletion e2e-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd $(dirname $0)
export MSYS_NO_PATHCONV=1

# Keep image version in sync with the image used in .github/workflows/build-and-test.yaml
PLAYWRIGHT_IMAGE="mcr.microsoft.com/playwright:v1.57.0-noble"
PLAYWRIGHT_IMAGE="mcr.microsoft.com/playwright:v1.58.2-noble"
OS=$(uname -s)
CWD=$(pwd)

Expand Down
Loading
Loading