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 a29a99e commit 6bc2a19Copy full SHA for 6bc2a19
.github/workflows/devRun.yml
@@ -18,7 +18,7 @@ jobs:
18
timeout-minutes: 15
19
runs-on: ubuntu-latest
20
container:
21
- image: mcr.microsoft.com/playwright:v1.56.1
+ image: mcr.microsoft.com/playwright:v1.55.0
22
steps:
23
- uses: actions/checkout@v5
24
- name: Set up Python
.github/workflows/nightly.yml
@@ -36,7 +36,7 @@ jobs:
36
needs: setup-matrix
37
38
39
40
strategy:
41
fail-fast: false
42
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
0 commit comments