File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 - 22
6363 - 23
6464 runs-on :
65- - ubuntu-latest
65+ # - ubuntu-latest
6666 - windows-latest
67- - macos-latest
67+ # - macos-latest
6868 uses : ./.github/workflows/test.yml
6969 with :
7070 node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change @@ -43,22 +43,22 @@ jobs:
4343 run : npm ls --all
4444 continue-on-error : true
4545
46- - name : Run tests with coverage
47- id : coverage
48- if : inputs.runs-on == 'ubuntu-latest' && inputs.node-version == 22
49- run : npm run coverage:ci
50- env :
51- CI : true
52- NODE_V8_COVERAGE : ./coverage/tmp
46+ # - name: Run tests with coverage
47+ # id: coverage
48+ # if: inputs.runs-on == 'ubuntu-latest' && inputs.node-version == 22
49+ # run: npm run coverage:ci
50+ # env:
51+ # CI: true
52+ # NODE_V8_COVERAGE: ./coverage/tmp
5353
5454 - name : Run tests
55- if : steps.coverage.outcome == 'skipped'
56- run : npm run test:javascript
55+ # if: steps.coverage.outcome == 'skipped'
56+ run : npm run test:h2:core -- --only
5757 env :
5858 CI : true
5959
60- - name : Coverage Report
61- if : inputs.runs-on == 'ubuntu-latest' && inputs.node-version == 20
62- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
63- with :
64- token : ${{ secrets.CODECOV_TOKEN }}
60+ # - name: Coverage Report
61+ # if: inputs.runs-on == 'ubuntu-latest' && inputs.node-version == 20
62+ # uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
63+ # with:
64+ # token: ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments