Skip to content

Commit

Permalink
Fix bun CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 11, 2024
1 parent 33e4746 commit e1f4df4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ jobs:
steps:
- name: Git Checkout
uses: actions/checkout@v3
- name: Use Bun Version ${{ matrix.bun-version }}
uses: antongolub/[email protected]
with:
bun-version: ${{ matrix.bun-version }}
bun-repo: 'oven-sh/bun'
- name: Install Dependencies
run: bunx jsr add @cross/test @std/assert
run: bun x jsr add @cross/runtime @cross/test @std/assert
- name: Test Bun Module
run: bun test
2 changes: 0 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

name: Node.js CI

disabled: true

on:
push:
branches: [ main ]
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cross/test",
"version": "0.0.7",
"version": "0.0.6",
"exports": "./mod.ts",
"fmt": {
"lineWidth": 200
Expand Down

0 comments on commit e1f4df4

Please sign in to comment.