Skip to content

Commit c0f28c3

Browse files
committed
skip deleted tests
1 parent 6d06868 commit c0f28c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ jobs:
872872
yarn test
873873
874874
job_remix_integration_tests:
875-
name: Remix v${{ matrix.remix }} (Node ${{ matrix.node }}) ${{ matrix.tracingIntegration && 'TracingIntegration'}} Tests
875+
name: Remix v${{ matrix.remix }} (Node ${{ matrix.node }}) Tests
876876
needs: [job_get_metadata, job_build]
877877
if: needs.job_get_metadata.outputs.changed_remix == 'true' || github.event_name != 'pull_request'
878878
runs-on: ubuntu-20.04
@@ -888,8 +888,6 @@ jobs:
888888
remix: 1
889889
- node: 16
890890
remix: 1
891-
- tracingIntegration: true
892-
remix: 2
893891
steps:
894892
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
895893
uses: actions/checkout@v4

0 commit comments

Comments
 (0)