Skip to content

Commit

Permalink
updated bun version for testing (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostOf0days authored Feb 8, 2024
1 parent 32f466e commit 66e4166
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1 # Setup bun
with:
bun-version: 1.0.23
bun-version: latest
- run: bun install
- name: Check TypeScript
run: bunx tsc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1 # Setup bun
with:
bun-version: 1.0.23
bun-version: latest
- run: bun install
- name: Run bun test
run: bun test
3 changes: 2 additions & 1 deletion bunfig.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[test]
preload = "./tests/happydom.ts"
# preload = "./tests/happydom.ts"
# preload temporarily commented out due to an issue with Bun test (see the issue I filed at https://github.com/oven-sh/bun/issues/8383)

0 comments on commit 66e4166

Please sign in to comment.