Skip to content

Commit

Permalink
ci: refactor smoke tests flow (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub authored Apr 1, 2024
1 parent bf348a1 commit b75c71a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,6 @@ jobs:
env:
FORCE_COLOR: 3

# smoke-node14:
# needs: build
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Use Node.js 14.x
# uses: actions/setup-node@v4
# with:
# node-version: 14.x
# - uses: actions/download-artifact@v4
# with:
# name: build
# - run: npm run test:smoke:node14
# timeout-minutes: 1
# env:
# FORCE_COLOR: 3

smoke-bun:
runs-on: ubuntu-latest
needs: build
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"test:unit": "node ./test/all.test.js",
"test:types": "tsd",
"test:smoke:bun": "bun test ./test/smoke/bun.test.js",
"test:smoke:node14": "node --experimental-modules ./test/smoke/node-esm.test.js",
"test:smoke:win32": "node ./test/smoke/win32.test.js",
"coverage": "c8 -x build/vendor.js -x 'test/**' -x scripts --check-coverage npm test",
"circular": "madge --circular src/*",
Expand Down

0 comments on commit b75c71a

Please sign in to comment.