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 368b527 commit 5b46db3Copy full SHA for 5b46db3
1 file changed
.github/workflows/nodejs.yml
@@ -156,14 +156,7 @@ jobs:
156
env:
157
CI: true
158
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
+
167
- name: Test jest
168
run: npm run test:jest
169
id: test-jest
0 commit comments