We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d06868 commit c0f28c3Copy full SHA for c0f28c3
.github/workflows/build.yml
@@ -872,7 +872,7 @@ jobs:
872
yarn test
873
874
job_remix_integration_tests:
875
- name: Remix v${{ matrix.remix }} (Node ${{ matrix.node }}) ${{ matrix.tracingIntegration && 'TracingIntegration'}} Tests
+ name: Remix v${{ matrix.remix }} (Node ${{ matrix.node }}) Tests
876
needs: [job_get_metadata, job_build]
877
if: needs.job_get_metadata.outputs.changed_remix == 'true' || github.event_name != 'pull_request'
878
runs-on: ubuntu-20.04
@@ -888,8 +888,6 @@ jobs:
888
remix: 1
889
- node: 16
890
891
- - tracingIntegration: true
892
- remix: 2
893
steps:
894
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
895
uses: actions/checkout@v4
0 commit comments