Skip to content

Commit f036214

Browse files
committed
attempt: fix tests.
1 parent bc285cc commit f036214

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install dependencies
2727
run: bun install --frozen-lockfile
2828

29+
- name: Generate SvelteKit files
30+
run: bunx svelte-kit sync
31+
2932
- name: Svelte Diagnostics
3033
run: bun check
3134

0 commit comments

Comments
 (0)