Skip to content

Commit e8f1349

Browse files
authored
chore: fix unit test GH action (#59)
* chore: make unit test GH action reusable * chore: fix unit test GH action
1 parent 115e671 commit e8f1349

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/liveness_unit_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Run Unit Tests | Amplify UI Swift Liveness
33
on:
44
workflow_dispatch:
55
workflow_call:
6+
inputs:
7+
identifier:
8+
required: true
9+
type: string
610
push:
711
branches: [ main ]
812
pull_request:

0 commit comments

Comments
 (0)