File tree Expand file tree Collapse file tree 3 files changed +18
-20
lines changed
extension/apple/Benchmark/Tests Expand file tree Collapse file tree 3 files changed +18
-20
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
- 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/**
22
21
workflow_dispatch :
23
22
# TODO (huydhn): This is used to validate the test spec. Eventually, we need a proper
24
23
# perf benchmark workflow like android-perf. This can be cleaned up once that workflow
Original file line number Diff line number Diff line change 1
1
name : Upload AWS Device Farm Apple iOS test specs
2
2
3
3
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
9
8
push :
10
9
branches :
11
10
- main
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ + (void)initialize {
30
30
[NSBundle bundleForClass: [self class ]],
31
31
]) {
32
32
for (NSString *directory in @[
33
- // @"Models",
33
+ @" Models" ,
34
34
@" aatp/data" ,
35
35
]) {
36
36
NSString *directoryPath =
You can’t perform that action at this time.
0 commit comments