Skip to content

Commit

Permalink
ci: add app matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Aug 31, 2023
1 parent 4878fc3 commit a223f79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
app: ["auto-run-ac"]
app:
- auto-run-ac
- auto-run-ac-api
- auto-run-ac-web
needs:
- ci
steps:
Expand Down

0 comments on commit a223f79

Please sign in to comment.