Skip to content

Commit c99f203

Browse files
committed
Skip flaky UI tests in CI
1 parent 147c028 commit c99f203

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fi
6262
6363
echo "destination=id=$destination_id" >> "$GITHUB_OUTPUT"
64-
- name: iOS tests (including UI tests)
64+
- name: iOS tests (excluding UI tests)
6565
run: |
6666
set -o pipefail
6767
env NSUnbufferedIO=YES xcodebuild \
@@ -71,6 +71,7 @@ jobs:
7171
-derivedDataPath ./build \
7272
-skipPackagePluginValidation \
7373
-skipMacroValidation \
74+
-skip-testing:ConstructUITests \
7475
clean test | xcpretty
7576
- name: Archive test artifacts
7677
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)