We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b59144 commit 597c64eCopy full SHA for 597c64e
.github/workflows/build-test-and-docs.yml
@@ -298,7 +298,8 @@ jobs:
298
swift build --target StressTestExample && \
299
swift build --target SpreadsheetExample && \
300
swift build --target NotesExample && \
301
- swift build --target GtkExample
+ swift build --target GtkExample && \
302
+ swift build --target DatePickerExample
303
304
- name: Test
305
run: swift test --test-product swift-cross-uiPackageTests
0 commit comments