Skip to content

Commit bccfc29

Browse files
committed
chore: fix for running app in github actions
1 parent 6efa09d commit bccfc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- name: Build
2121
run: swift build
2222

23-
- name: Test
24-
run: swift test
23+
- name: Run application
24+
run: swift run featurevisor-example-swift

0 commit comments

Comments
 (0)