Skip to content

Commit 841b77d

Browse files
committed
ci: remove bun test job
1 parent 219f956 commit 841b77d

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,6 @@ jobs:
4242
run: npm clean-install
4343
- run: npm run test
4444

45-
bun:
46-
runs-on: ubuntu-latest
47-
continue-on-error: true
48-
steps:
49-
- name: Checkout
50-
uses: actions/checkout@v4
51-
- name: Setup node
52-
uses: actions/setup-node@v4
53-
id: node
54-
with:
55-
node-version: lts/iron # 20
56-
cache: 'npm'
57-
check-latest: true
58-
- name: Install dependencies
59-
run: npm clean-install
60-
- uses: oven-sh/setup-bun@v1
61-
with:
62-
bun-version: latest
63-
- run: bun ./node_modules/.bin/mocha test/**/*.test.js
64-
6545
electron:
6646
runs-on: ubuntu-latest
6747
steps:

0 commit comments

Comments
 (0)