Skip to content

Commit 839fc74

Browse files
committed
Enable ios tests in CI.
1 parent eedcdd6 commit 839fc74

4 files changed

Lines changed: 25 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- docker
4040
- genrules
4141
- go
42-
#- ios # TODO: fix ios builds
42+
- ios
4343
- java
4444
- kotlin
4545
- perl
@@ -89,7 +89,7 @@ jobs:
8989
- docker
9090
- genrules
9191
- go
92-
#- ios # TODO: fix ios builds
92+
- ios
9393
- java
9494
- kotlin
9595
- perl

MODULE.bazel.lock

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/BUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ ios_ui_test(
5050
name = "HelloAppUITest",
5151
minimum_os_version = "26.0",
5252
runner = "@rules_apple//apple/testing/default_runner:ios_xctestrun_ordered_runner",
53-
tags = [
54-
"no-remote-ci", # Investigating permissions error.
55-
],
5653
test_host = ":HelloApp",
5754
deps = [":HelloAppUITestLib"],
5855
)

platform/macos_arm64/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ platform(
1313
],
1414
exec_properties = {
1515
"Pool": "macos_arm_m2",
16+
"test.sandboxAllowed": "False", # ios tests need to escape the sandbox in order to correctly reach the simulator service.
1617
},
1718
)
1819

0 commit comments

Comments
 (0)