Skip to content

Commit 3eea1db

Browse files
committed
ci: add names to 4/5 tests
1 parent c5c63a0 commit 3eea1db

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/checks.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,19 @@ jobs:
3232
- uses: actions/checkout@v6
3333
- uses: oven-sh/setup-bun@v2
3434
- run: bun ci
35-
- run: bun run test
35+
36+
- name: Test Svelte 4
37+
run: bun run test
3638

3739
test-svelte5:
3840
runs-on: macos-15
3941
steps:
4042
- uses: actions/checkout@v6
4143
- uses: oven-sh/setup-bun@v2
4244
- run: bun ci
43-
- run: |
45+
46+
- name: Test Svelte 5
47+
run: |
4448
cd tests-svelte5
4549
bun ci
4650
bun run test

0 commit comments

Comments
 (0)