We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147c028 commit c99f203Copy full SHA for c99f203
1 file changed
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
fi
62
63
echo "destination=id=$destination_id" >> "$GITHUB_OUTPUT"
64
- - name: iOS tests (including UI tests)
+ - name: iOS tests (excluding UI tests)
65
run: |
66
set -o pipefail
67
env NSUnbufferedIO=YES xcodebuild \
@@ -71,6 +71,7 @@ jobs:
71
-derivedDataPath ./build \
72
-skipPackagePluginValidation \
73
-skipMacroValidation \
74
+ -skip-testing:ConstructUITests \
75
clean test | xcpretty
76
- name: Archive test artifacts
77
uses: actions/upload-artifact@v4
0 commit comments