Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/ci-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- environment
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.58.2-noble
image: mcr.microsoft.com/playwright:v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d
# staging and production run test-sdk-multiple-browsers, and development just runs regular test-sdk
# also run these in staging so that we generate code coverage for pushes to main
if: ${{ needs.environment.outputs.name == 'development' || needs.environment.outputs.name == 'staging' }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- environment
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.58.2-noble
image: mcr.microsoft.com/playwright:v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d
# staging and production run test-sdk-multiple-browsers, and development just runs regular test-sdk
if: ${{ needs.environment.outputs.name != 'development' }}
timeout-minutes: 10
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- environment
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.58.2-noble
image: mcr.microsoft.com/playwright:v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d
# Run on PRs, also run these in staging so that we generate code coverage for pushes to main
if: ${{ needs.environment.outputs.name == 'development' || needs.environment.outputs.name == 'staging' }}
timeout-minutes: 10
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
- environment
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.58.2-noble
image: mcr.microsoft.com/playwright:v1.58.2-noble@sha256:6446946a1d9fd62d9ae501312a2d76a43ee688542b21622056a372959b65d63d
permissions:
pull-requests: write
# Run on PRs, also run these in staging so that we generate code coverage for pushes to main
Expand Down
Loading