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 @@ -896,7 +896,7 @@ jobs:
896896 yarn test
897897
898898 job_remix_integration_tests :
899- name : Remix v${{ matrix.remix }} (Node ${{ matrix.node }}) Tests
899+ name : Remix v${{ matrix.remix }} (Node ${{ matrix.node }}) ${{ matrix.tracingIntegration && 'TracingIntegration'}} Tests
900900 needs : [job_get_metadata, job_build]
901901 if : needs.job_get_metadata.outputs.changed_remix == 'true' || github.event_name != 'pull_request'
902902 runs-on : ubuntu-20.04
@@ -906,13 +906,14 @@ jobs:
906906 matrix :
907907 node : [18, 20, 21]
908908 remix : [1, 2]
909- tracingIntegration : [false, true]
910909 # Remix v2 only supports Node 18+, so run Node 14, 16 tests separately
911910 include :
912911 - node : 14
913912 remix : 1
914913 - node : 16
915914 remix : 1
915+ - tracingIntegration : true
916+ remix : 2
916917 steps :
917918 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
918919 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments