Skip to content

Commit

Permalink
Issue #SBCOSS-211 : Update Maven CI workflow to build legacy services
Browse files Browse the repository at this point in the history
  • Loading branch information
aimansharief committed Oct 17, 2024
1 parent c134698 commit 9522ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build
run: |
if [ "${{ matrix.java-version }}" = "11" ]; then
make build-legacy
make build-legacy-services
else
make build-main
fi
Expand Down

0 comments on commit 9522ee9

Please sign in to comment.