We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8122099 commit 3ab138fCopy full SHA for 3ab138f
.github/workflows/build.yml
@@ -850,7 +850,7 @@ jobs:
850
yarn test
851
852
job_remix_integration_tests:
853
- name: Remix v${{ matrix.remix }} (Node ${{ matrix.node }}) Tests
+ name: Remix v${{ matrix.remix }} (Node ${{ matrix.node }}) (TracingIntegration ${{ matrix.tracingIntegration }}) Tests
854
needs: [job_get_metadata, job_build]
855
if: needs.job_get_metadata.outputs.changed_remix == 'true' || github.event_name != 'pull_request'
856
runs-on: ubuntu-20.04
@@ -867,6 +867,8 @@ jobs:
867
remix: 1
868
- node: 16
869
870
+ - tracingIntegration: true
871
+ remix: 2
872
steps:
873
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
874
uses: actions/checkout@v4
0 commit comments