Skip to content

Commit

Permalink
disable bun tests until hanging issue is resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored Feb 13, 2024
1 parent 0387320 commit 52d9a51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
with:
deno-version: ${{ matrix.deno-version }}

- name: Use Bun ${{ matrix.bun-version }}
uses: oven-sh/setup-bun@v1
with:
bun-version: ${{ matrix.bun-version }}
# - name: Use Bun ${{ matrix.bun-version }}
# uses: oven-sh/setup-bun@v1
# with:
# bun-version: ${{ matrix.bun-version }}

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 52d9a51

Please sign in to comment.