Skip to content

Commit 644c983

Browse files
committed
ci: remove redundant step in tests
1 parent 5b1fb16 commit 644c983

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
with:
3737
check_name: JUnit Annotations for Node ${{ matrix.node-version }}
3838
report_paths: '**/coverage/junit/**/*.xml'
39-
- name: Testing with previous graphql versions
40-
run: yarn test-prev-vers
41-
env:
42-
CI: true
4339
- name: Send codecov.io stats
4440
if: matrix.node-version == '12'
4541
run: bash <(curl -s https://codecov.io/bash) || echo ''

0 commit comments

Comments
 (0)