Skip to content

Commit 5b46db3

Browse files
authored
ci: remove h2 (#4534)
1 parent 368b527 commit 5b46db3

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,7 @@ jobs:
156156
env:
157157
CI: true
158158
NODE_V8_COVERAGE: ${{ inputs.codecov == true && './coverage/tmp' || '' }}
159-
160-
- name: Test h2
161-
run: npm run test:h2
162-
id: test-h2
163-
env:
164-
CI: true
165-
NODE_V8_COVERAGE: ${{ inputs.codecov == true && './coverage/tmp' || '' }}
166-
159+
167160
- name: Test jest
168161
run: npm run test:jest
169162
id: test-jest

0 commit comments

Comments
 (0)