Skip to content

Commit

Permalink
test: optimize bun test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 1, 2024
1 parent 9f35f83 commit c2167d3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,13 @@ jobs:

smoke-bun:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Setup Bun
uses: antongolub/action-setup-bun@v1

- run: npm ci
- run: npm run build
- run: npm run test:smoke:bun
- run: bun test ./test/smoke/bun.test.js
timeout-minutes: 1
env:
FORCE_COLOR: 3

0 comments on commit c2167d3

Please sign in to comment.