Skip to content

Commit bece010

Browse files
authored
Removed unused CI requirement for build step for Bun tests (#162)
2 parents 90a8038 + 9ef7f20 commit bece010

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: package
4242
path: cldn-ip-0.0.0-dev.tgz
4343

44-
test:
44+
test-node:
4545
name: Test on Node.js ${{ matrix.node }}
4646
runs-on: ubuntu-latest
4747
needs: build
@@ -103,8 +103,6 @@ jobs:
103103
test-bun:
104104
name: Test on Bun
105105
runs-on: ubuntu-latest
106-
needs: build
107-
108106
steps:
109107
- name: Checkout repository
110108
uses: actions/checkout@v6
@@ -121,7 +119,7 @@ jobs:
121119
publish:
122120
name: Publish
123121
needs:
124-
- test
122+
- test-node
125123
- test-deno
126124
- test-bun
127125
if: github.event_name == 'release'

0 commit comments

Comments
 (0)