Skip to content

Commit d9800cd

Browse files
committed
shorten title of playwright test jobs
1 parent f123b82 commit d9800cd

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
@@ -316,7 +316,7 @@ jobs:
316316
uses: codecov/codecov-action@v1
317317

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

0 commit comments

Comments
 (0)