|
32 | 32 | CACHED_BUILD_PATHS: | |
33 | 33 | ${{ github.workspace }}/packages/*/build |
34 | 34 | ${{ github.workspace }}/packages/ember/*.d.ts |
35 | | - ${{ github.workspace }}/packages/ember/instance-initializers |
36 | 35 | ${{ github.workspace }}/packages/gatsby/*.d.ts |
37 | 36 | ${{ github.workspace }}/packages/core/src/version.ts |
38 | 37 | ${{ github.workspace }}/packages/serverless |
@@ -420,7 +419,7 @@ jobs: |
420 | 419 | uses: codecov/codecov-action@v3 |
421 | 420 |
|
422 | 421 | job_nextjs_integration_test: |
423 | | - name: Test @sentry/nextjs on (Node ${{ matrix.node }}) |
| 422 | + name: Nextjs (Node ${{ matrix.node }}) Tests |
424 | 423 | needs: [job_get_metadata, job_build] |
425 | 424 | if: needs.job_get_metadata.outputs.changed_nextjs == 'true' || github.event_name != 'pull_request' |
426 | 425 | timeout-minutes: 30 |
@@ -458,7 +457,7 @@ jobs: |
458 | 457 | # Ember tests are separate from the rest because they are the slowest part of the test suite, and making them a |
459 | 458 | # separate job allows them to run in parallel with the other tests. |
460 | 459 | job_ember_tests: |
461 | | - name: Test @sentry/ember |
| 460 | + name: Ember (${{ matrix.scenario }}) Tests |
462 | 461 | needs: [job_get_metadata, job_build] |
463 | 462 | if: needs.job_get_metadata.outputs.changed_ember == 'true' || github.event_name != 'pull_request' |
464 | 463 | timeout-minutes: 10 |
@@ -500,7 +499,7 @@ jobs: |
500 | 499 | uses: codecov/codecov-action@v3 |
501 | 500 |
|
502 | 501 | job_browser_playwright_tests: |
503 | | - name: Playwright - ${{ (matrix.tracing_only && 'Browser + Tracing') || 'Browser' }} (${{ matrix.bundle }}) |
| 502 | + name: Playwright (${{ matrix.bundle }})${{ (matrix.tracing_only && ' tracing only') || '' }} Tests |
504 | 503 | needs: [job_get_metadata, job_build] |
505 | 504 | if: needs.job_get_metadata.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request' |
506 | 505 | runs-on: ubuntu-20.04 |
@@ -550,7 +549,7 @@ jobs: |
550 | 549 | yarn test:ci |
551 | 550 |
|
552 | 551 | job_browser_integration_tests: |
553 | | - name: Old Browser Integration Tests (${{ matrix.browser }}) |
| 552 | + name: Browser (${{ matrix.browser }}) Tests |
554 | 553 | needs: [job_get_metadata, job_build] |
555 | 554 | if: needs.job_get_metadata.outputs.changed_browser == 'true' || github.event_name != 'pull_request' |
556 | 555 | runs-on: ubuntu-20.04 |
@@ -619,7 +618,7 @@ jobs: |
619 | 618 | yarn test:package |
620 | 619 |
|
621 | 620 | job_node_integration_tests: |
622 | | - name: Node SDK Integration Tests (${{ matrix.node }}) |
| 621 | + name: Node (${{ matrix.node }}) Integration Tests |
623 | 622 | needs: [job_get_metadata, job_build] |
624 | 623 | if: needs.job_get_metadata.outputs.changed_node == 'true' || github.event_name != 'pull_request' |
625 | 624 | runs-on: ubuntu-20.04 |
@@ -655,7 +654,7 @@ jobs: |
655 | 654 | yarn test |
656 | 655 |
|
657 | 656 | job_remix_integration_tests: |
658 | | - name: Remix SDK Integration Tests (${{ matrix.node }}) |
| 657 | + name: Remix (Node ${{ matrix.node }}) Tests |
659 | 658 | needs: [job_get_metadata, job_build] |
660 | 659 | if: needs.job_get_metadata.outputs.changed_remix == 'true' || github.event_name != 'pull_request' |
661 | 660 | runs-on: ubuntu-20.04 |
|
0 commit comments