We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2dd53c commit 5fc06a4Copy full SHA for 5fc06a4
1 file changed
.github/workflows/macos-ci.yml
@@ -25,6 +25,6 @@ jobs:
25
working-directory: example/macos
26
- name: Build macOS test app
27
run: |
28
- xcodebuild -workspace WebviewExample.xcworkspace CODE_SIGNING_ALLOWED=NO COMPILER_INDEX_STORE_ENABLE=NO build
+ xcodebuild -workspace WebviewExample.xcworkspace -scheme WebviewExample CODE_SIGNING_ALLOWED=NO COMPILER_INDEX_STORE_ENABLE=NO build
29
30
timeout-minutes: 60
0 commit comments