Skip to content

Commit

Permalink
chore: fix unit test GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Oct 3, 2023
1 parent 5c5960b commit e03c1b7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/liveness_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,4 @@ jobs:
with:
scheme: AmplifyUILiveness
destination: 'platform=iOS Simulator,name=iPhone 14,OS=16.4'
xcode_path: '/Applications/Xcode_14.3.app'
generate_coverage: true
- name: Upload Coverage report to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
with:
flags: 'unittests'
xcode_path: '/Applications/Xcode_14.3.app'

0 comments on commit e03c1b7

Please sign in to comment.