Skip to content

Commit 3ab138f

Browse files
committed
Update CI workflow
1 parent 8122099 commit 3ab138f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}) (TracingIntegration ${{ matrix.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
@@ -867,6 +867,8 @@ jobs:
867867
remix: 1
868868
- node: 16
869869
remix: 1
870+
- tracingIntegration: true
871+
remix: 2
870872
steps:
871873
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
872874
uses: actions/checkout@v4

0 commit comments

Comments
 (0)