We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0129959 commit b6bb383Copy full SHA for b6bb383
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
name: 'E2E Tests - ${{ matrix.shard }}'
25
runs-on: ubuntu-latest
26
container:
27
- image: mcr.microsoft.com/playwright:v1.50.1-jammy
+ image: mcr.microsoft.com/playwright:v1.51.0-jammy
28
strategy:
29
fail-fast: false
30
matrix:
.github/workflows/update-screenshots.yml
@@ -7,7 +7,7 @@ jobs:
7
update-screenshots:
8
9
10
11
permissions:
12
contents: write
13
steps:
0 commit comments