Skip to content

Commit

Permalink
ci: build the recommendation service (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuruyia authored Feb 5, 2024
1 parent 3c8ab06 commit 6e2c0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_pr_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: ./.github/workflows/flow_backend_build_push.yml
strategy:
matrix:
service: [api_gateway, jobs, messaging, employer, notification, profile]
service: [api_gateway, jobs, messaging, employer, notification, profile, recommendation]
with:
service-name: ${{ matrix.service }}
push-image: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_semver_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: ./.github/workflows/flow_backend_build_push.yml
strategy:
matrix:
service: [api_gateway, jobs, messaging, employer, notification, profile]
service: [api_gateway, jobs, messaging, employer, notification, profile, recommendation]
with:
service-name: ${{ matrix.service }}
push-image: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 6e2c0d9

Please sign in to comment.