Skip to content

Commit 93e96a2

Browse files
committed
better naming
1 parent 0606f63 commit 93e96a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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: Playwright (${{ matrix.bundle }}${{ matrix.project && matrix.project != 'chromium' && format(' {0}', matrix.project) || ''}}${{ matrix.shard && format(' {0}/{1}', matrix.shard, matrix.shards) || ''}}) 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
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
@@ -608,7 +608,7 @@ jobs:
608608
path: dev-packages/browser-integration-tests/test-results
609609

610610
job_browser_loader_tests:
611-
name: Playwright Loader (${{ matrix.bundle }}) Tests
611+
name: PW ${{ matrix.bundle }} Tests
612612
needs: [job_get_metadata, job_build]
613613
if: needs.job_build.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
614614
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)