Skip to content

Commit

Permalink
Fix deno test + enable bun
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Oct 23, 2024
1 parent 6c8f6ba commit 3a61883
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/js_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
uses: oven-sh/setup-bun@v2
with:
version: 1.1.x
#
# - name: Run Bun tests
# run: pnpm test:bun
# env:
# E2B_API_KEY: ${{ secrets.E2B_API_KEY }}

- name: Run Bun tests
run: pnpm test:bun
env:
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}

- name: Install Deno
uses: denoland/setup-deno@v1
Expand Down
2 changes: 1 addition & 1 deletion js/tests/runtimes/deno/run.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Deno.test('Deno test', async () => {
} finally {
await sbx.kill()
}
}, { timeout: 30_000 })
})

0 comments on commit 3a61883

Please sign in to comment.