We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91ac25 commit 48952e4Copy full SHA for 48952e4
.github/workflows/devRun.yml
@@ -14,7 +14,7 @@ jobs:
14
timeout-minutes: 15
15
runs-on: ubuntu-latest
16
container:
17
- image: mcr.microsoft.com/playwright:v1.52.0-jammy
+ image: mcr.microsoft.com/playwright:v1.52.0
18
steps:
19
- uses: actions/checkout@v4
20
- name: Set up Python
.github/workflows/nightly.yml
@@ -32,7 +32,7 @@ jobs:
32
needs: setup-matrix
33
34
35
36
strategy:
37
fail-fast: false
38
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
0 commit comments