Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: package
path: cldn-ip-0.0.0-dev.tgz

test:
test-node:
name: Test on Node.js ${{ matrix.node }}
runs-on: ubuntu-latest
needs: build
Expand Down Expand Up @@ -103,8 +103,6 @@ jobs:
test-bun:
name: Test on Bun
runs-on: ubuntu-latest
needs: build

steps:
- name: Checkout repository
uses: actions/checkout@v6
Expand All @@ -121,7 +119,7 @@ jobs:
publish:
name: Publish
needs:
- test
- test-node
- test-deno
- test-bun
if: github.event_name == 'release'
Expand Down
Loading