Skip to content

Commit

Permalink
Fix bun ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 12, 2025
1 parent 8cf2edc commit 6ff0229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1
- run: bun install
- run: bun run build
- run: bun index.test.js
- run: bun test.mjs
deno:
name: Deno
runs-on: ubuntu-latest
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: denoland/setup-deno@909cc5acb0fdd60627fb858598759246509fa755 # v2.0.2
- run: deno install
- run: deno run build
- run: deno --allow-env --allow-write --allow-read index.test.js
- run: deno --allow-env --allow-write --allow-read test.mjs
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6ff0229

Please sign in to comment.