Skip to content

Commit 48c8eea

Browse files
authored
Merge pull request #742 from bcgov/feat/ci-cd-fix
corrected syntax issue
2 parents 900c7b6 + 23b0ecb commit 48c8eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd-openshift-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: ./.github/workflows/_build.yml
2323
strategy:
2424
matrix:
25-
component: [backend/applications, backend/gateway, backend/legacy, backend/users frontend]
25+
component: [backend/applications, backend/gateway, backend/legacy, backend/users, frontend]
2626
include:
2727
- component: backend/applications
2828
triggers: ('backend/applications/')

0 commit comments

Comments
 (0)