Skip to content

Commit 4b3387d

Browse files
authored
Include Swift samples/ in Ci verification (#80)
* Include Swift samples in CI verification * maxdepth is more compatible in find command
1 parent 43a91c2 commit 4b3387d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,6 @@ jobs:
106106
run: "make jextract-generate"
107107
- name: Test Swift
108108
run: "swift test"
109+
- name: Build (Swift) Sample Apps
110+
run: |
111+
find Samples/ -name Package.swift -maxdepth 2 -exec swift build --package-path $(dirname {}) \;;

0 commit comments

Comments
 (0)