Skip to content

Commit 9916fe6

Browse files
committed
ci: run Svelte 5 tests
1 parent c71dd70 commit 9916fe6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/checks.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@ jobs:
3535
IBM_TELEMETRY_DISABLED: true
3636
- run: bun run test
3737

38+
test-svelte5:
39+
runs-on: macos-15
40+
steps:
41+
- uses: actions/checkout@v6
42+
- uses: oven-sh/setup-bun@v2
43+
- run: bun ci
44+
env:
45+
IBM_TELEMETRY_DISABLED: true
46+
- run: |
47+
cd tests-svelte5
48+
bun ci
49+
bun run test
50+
bun run test:types
51+
env:
52+
IBM_TELEMETRY_DISABLED: true
53+
3854
types:
3955
runs-on: macos-15
4056
steps:

0 commit comments

Comments
 (0)