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 5b1fb16 commit 644c983Copy full SHA for 644c983
.github/workflows/nodejs.yml
@@ -36,10 +36,6 @@ jobs:
36
with:
37
check_name: JUnit Annotations for Node ${{ matrix.node-version }}
38
report_paths: '**/coverage/junit/**/*.xml'
39
- - name: Testing with previous graphql versions
40
- run: yarn test-prev-vers
41
- env:
42
- CI: true
43
- name: Send codecov.io stats
44
if: matrix.node-version == '12'
45
run: bash <(curl -s https://codecov.io/bash) || echo ''
0 commit comments