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 fed454f commit 707dff6Copy full SHA for 707dff6
.github/workflows/build.yml
@@ -84,8 +84,8 @@ jobs:
84
# - name: Unit Tests
85
# run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "$SCHEME" -destination "platform=macOS" | xcbeautify && exit ${PIPESTATUS[0]}
86
87
- demo-projects:
88
- name: Demo Projects
+ examples:
+ name: Examples
89
runs-on: macos-latest
90
steps:
91
- uses: actions/checkout@main
0 commit comments