File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 8
8
branches : [ main ]
9
9
10
10
jobs :
11
- build :
12
- runs-on : macos-latest
11
+ test-iOS :
12
+ name : Liveness iOS Unit Tests
13
+ runs-on : macos-13
14
+ timeout-minutes : 30
13
15
steps :
14
16
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
15
17
with :
16
18
persist-credentials : false
17
19
- name : Test FaceLiveness
20
+ continue-on-error : false
21
+ uses : ./.github/composite_actions/run_xcodebuild_test
18
22
with :
19
23
scheme : AmplifyUILiveness
20
24
destination : ' platform=iOS Simulator,name=iPhone 14,OS=16.4'
21
- xcode_path : ' /Applications/Xcode_14.3.app'
22
- generate_coverage : true
23
- - name : Upload Coverage report to Codecov
24
- uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
25
- with :
26
- flags : ' unittests'
25
+ xcode_path : ' /Applications/Xcode_14.3.app'
You can’t perform that action at this time.
0 commit comments