File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -850,7 +850,7 @@ jobs:
850850 yarn test
851851
852852 job_remix_integration_tests :
853- name : Remix v${{ matrix.remix }} (Node ${{ matrix.node }}) Tests
853+ name : Remix v${{ matrix.remix }} (Node ${{ matrix.node }}) ${{ matrix.tracingIntegration && 'TracingIntegration'}} Tests
854854 needs : [job_get_metadata, job_build]
855855 if : needs.job_get_metadata.outputs.changed_remix == 'true' || github.event_name != 'pull_request'
856856 runs-on : ubuntu-20.04
@@ -860,13 +860,14 @@ jobs:
860860 matrix :
861861 node : [18, 20, 21]
862862 remix : [1, 2]
863- tracingIntegration : [false, true]
864863 # Remix v2 only supports Node 18+, so run Node 14, 16 tests separately
865864 include :
866865 - node : 14
867866 remix : 1
868867 - node : 16
869868 remix : 1
869+ - tracingIntegration : true
870+ remix : 2
870871 steps :
871872 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
872873 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments