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:
850
850
yarn test
851
851
852
852
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
854
854
needs : [job_get_metadata, job_build]
855
855
if : needs.job_get_metadata.outputs.changed_remix == 'true' || github.event_name != 'pull_request'
856
856
runs-on : ubuntu-20.04
@@ -860,13 +860,14 @@ jobs:
860
860
matrix :
861
861
node : [18, 20, 21]
862
862
remix : [1, 2]
863
- tracingIntegration : [false, true]
864
863
# Remix v2 only supports Node 18+, so run Node 14, 16 tests separately
865
864
include :
866
865
- node : 14
867
866
remix : 1
868
867
- node : 16
869
868
remix : 1
869
+ - tracingIntegration : true
870
+ remix : 2
870
871
steps :
871
872
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
872
873
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments