Skip to content

Commit 36eee92

Browse files
committed
Don't run tests for Android CI
1 parent a6ce184 commit 36eee92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
with:
6464
swift-version: 6.2
6565
swift-build-flags: --traits SwiftUUIDV7Tagged,SwiftUUIDV7StructuredQueries,SwiftUUIDV7Dependencies
66-
swift-configuration: release
66+
swift-configuration: ${{ matrix.config }}
67+
run-tests: false # NB: Emulator booting seems to be flakey
6768

6869
windows:
6970
name: Windows

0 commit comments

Comments
 (0)