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 88 branches : [ main ]
99
1010jobs :
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
1315 steps :
1416 - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
1517 with :
1618 persist-credentials : false
1719 - name : Test FaceLiveness
20+ continue-on-error : false
21+ uses : ./.github/composite_actions/run_xcodebuild_test
1822 with :
1923 scheme : AmplifyUILiveness
2024 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