Skip to content

Commit b75c71a

Browse files
authored
ci: refactor smoke tests flow (google#763)
1 parent bf348a1 commit b75c71a

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/workflows/test.yml

-17
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,6 @@ jobs:
6464
env:
6565
FORCE_COLOR: 3
6666

67-
# smoke-node14:
68-
# needs: build
69-
# runs-on: ubuntu-latest
70-
# steps:
71-
# - uses: actions/checkout@v4
72-
# - name: Use Node.js 14.x
73-
# uses: actions/setup-node@v4
74-
# with:
75-
# node-version: 14.x
76-
# - uses: actions/download-artifact@v4
77-
# with:
78-
# name: build
79-
# - run: npm run test:smoke:node14
80-
# timeout-minutes: 1
81-
# env:
82-
# FORCE_COLOR: 3
83-
8467
smoke-bun:
8568
runs-on: ubuntu-latest
8669
needs: build

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"test:unit": "node ./test/all.test.js",
4747
"test:types": "tsd",
4848
"test:smoke:bun": "bun test ./test/smoke/bun.test.js",
49-
"test:smoke:node14": "node --experimental-modules ./test/smoke/node-esm.test.js",
5049
"test:smoke:win32": "node ./test/smoke/win32.test.js",
5150
"coverage": "c8 -x build/vendor.js -x 'test/**' -x scripts --check-coverage npm test",
5251
"circular": "madge --circular src/*",

0 commit comments

Comments
 (0)