Skip to content

Commit

Permalink
add ui-test in needs
Browse files Browse the repository at this point in the history
  • Loading branch information
jheng-hao-lin-cko committed Nov 13, 2023
1 parent 647a7b4 commit 7fadf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verification-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
slack-build-result:
uses: ./.github/workflows/slack-build-result.yml
secrets: inherit
needs: [ android-lint, ktlint, assemble, unit-test ]
needs: [ android-lint, ktlint, assemble, unit-test, ui-test ]
if: always()
with:
workflow: ${{ github.workflow }}
Expand Down

0 comments on commit 7fadf5c

Please sign in to comment.