Skip to content

Commit 1163b05

Browse files
committed
Undo debug message
1 parent 7d62cea commit 1163b05

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

.github/workflows/apple.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@ on:
55
branches:
66
- main
77
- release/*
8-
# DEBUG: TO BE UNCOMMENTED
9-
# pull_request:
10-
# paths:
11-
# - .ci/docker/**
12-
# - .ci/scripts/setup-ios.sh
13-
# - .github/workflows/apple.yml
14-
# - install_requirements.sh
15-
# - backends/apple/**
16-
# - build/build_apple_frameworks.sh
17-
# - build/create_frameworks.sh
18-
# - build/test_ios_ci.sh
19-
# - examples/demo-apps/apple_ios/**
20-
# - extension/apple/**
21-
# - extension/module/**
8+
pull_request:
9+
paths:
10+
- .ci/docker/**
11+
- .ci/scripts/setup-ios.sh
12+
- .github/workflows/apple.yml
13+
- install_requirements.sh
14+
- backends/apple/**
15+
- build/build_apple_frameworks.sh
16+
- build/create_frameworks.sh
17+
- build/test_ios_ci.sh
18+
- examples/demo-apps/apple_ios/**
19+
- extension/apple/**
20+
- extension/module/**
2221
workflow_dispatch:
2322
# TODO (huydhn): This is used to validate the test spec. Eventually, we need a proper
2423
# perf benchmark workflow like android-perf. This can be cleaned up once that workflow

.github/workflows/upload-apple-test-specs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Upload AWS Device Farm Apple iOS test specs
22

33
on:
4-
# DEBUG: TO BE UNCOMMENTED
5-
# pull_request:
6-
# paths:
7-
# - .github/workflows/upload-apple-test-specs.yml
8-
# - examples/demo-apps/apple_ios/default-ios-device-farm-appium-test-spec.yml
4+
pull_request:
5+
paths:
6+
- .github/workflows/upload-apple-test-specs.yml
7+
- examples/demo-apps/apple_ios/default-ios-device-farm-appium-test-spec.yml
98
push:
109
branches:
1110
- main

extension/apple/Benchmark/Tests/Tests.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ + (void)initialize {
3030
[NSBundle bundleForClass:[self class]],
3131
]) {
3232
for (NSString *directory in @[
33-
// @"Models",
33+
@"Models",
3434
@"aatp/data",
3535
]) {
3636
NSString *directoryPath =

0 commit comments

Comments
 (0)