Skip to content

Commit 5bf9350

Browse files
committed
shorten title of playwright test jobs
1 parent 9e022d9 commit 5bf9350

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
@@ -318,7 +318,7 @@ jobs:
318318
uses: codecov/codecov-action@v1
319319

320320
job_browser_playwright_tests:
321-
name: Browser Playwright Tests (${{ matrix.bundle }} - tracing_only = ${{ matrix.tracing_only }})
321+
name: Playwright - ${{ (matrix.tracing_only && 'Browser + Tracing') || 'Browser' }} (${{ matrix.bundle }})
322322
needs: job_build
323323
runs-on: ubuntu-latest
324324
strategy:

0 commit comments

Comments
 (0)