Skip to content

Commit

Permalink
chore: fix unit test GH action (#59)
Browse files Browse the repository at this point in the history
* chore: make unit test GH action reusable

* chore: fix unit test GH action
  • Loading branch information
phantumcode authored Oct 5, 2023
1 parent 115e671 commit e8f1349
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/liveness_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Run Unit Tests | Amplify UI Swift Liveness
on:
workflow_dispatch:
workflow_call:
inputs:
identifier:
required: true
type: string
push:
branches: [ main ]
pull_request:
Expand Down

0 comments on commit e8f1349

Please sign in to comment.