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:
896
896
yarn test
897
897
898
898
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
900
900
needs : [job_get_metadata, job_build]
901
901
if : needs.job_get_metadata.outputs.changed_remix == 'true' || github.event_name != 'pull_request'
902
902
runs-on : ubuntu-20.04
@@ -906,13 +906,14 @@ jobs:
906
906
matrix :
907
907
node : [18, 20, 21]
908
908
remix : [1, 2]
909
- tracingIntegration : [false, true]
910
909
# Remix v2 only supports Node 18+, so run Node 14, 16 tests separately
911
910
include :
912
911
- node : 14
913
912
remix : 1
914
913
- node : 16
915
914
remix : 1
915
+ - tracingIntegration : true
916
+ remix : 2
916
917
steps :
917
918
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
918
919
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments