Skip to content

Commit eccc335

Browse files
committed
rename to playwright
1 parent c96397b commit eccc335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ jobs:
528528
run: yarn lerna run test --scope @sentry/profiling-node
529529

530530
job_browser_playwright_tests:
531-
name: PW ${{ matrix.bundle }}${{ matrix.project && matrix.project != 'chromium' && format(' {0}', matrix.project) || ''}}${{ matrix.shard && format(' ({0}/{1})', matrix.shard, matrix.shards) || ''}} Tests
531+
name: Playwright ${{ matrix.bundle }}${{ matrix.project && matrix.project != 'chromium' && format(' {0}', matrix.project) || ''}}${{ matrix.shard && format(' ({0}/{1})', matrix.shard, matrix.shards) || ''}} Tests
532532
needs: [job_get_metadata, job_build]
533533
if: needs.job_build.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
534534
runs-on: ubuntu-20.04-large-js

0 commit comments

Comments
 (0)