Skip to content

Commit

Permalink
Skip Bun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Oct 16, 2024
1 parent c03f6bd commit 90cecae
Showing 1 changed file with 5 additions and 5 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

0 comments on commit 90cecae

Please sign in to comment.