Skip to content

Commit 597c64e

Browse files
committed
Add DatePickerExample to Linux CI
1 parent 9b59144 commit 597c64e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test-and-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ jobs:
298298
swift build --target StressTestExample && \
299299
swift build --target SpreadsheetExample && \
300300
swift build --target NotesExample && \
301-
swift build --target GtkExample
301+
swift build --target GtkExample && \
302+
swift build --target DatePickerExample
302303
303304
- name: Test
304305
run: swift test --test-product swift-cross-uiPackageTests

0 commit comments

Comments
 (0)