Skip to content

Commit 64a02fa

Browse files
committed
ci: isolate windows
1 parent a67d805 commit 64a02fa

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
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 }}

.github/workflows/test.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)