We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efa09d commit bccfc29Copy full SHA for bccfc29
.github/workflows/checks.yml
@@ -20,5 +20,5 @@ jobs:
20
- name: Build
21
run: swift build
22
23
- - name: Test
24
- run: swift test
+ - name: Run application
+ run: swift run featurevisor-example-swift
0 commit comments