Skip to content

Commit

Permalink
run 3 different make commands for portal
Browse files Browse the repository at this point in the history
  • Loading branch information
lukey-luke committed Jan 24, 2025
1 parent 0659620 commit 8266509
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,18 @@ jobs:
- name: Build app
run: make ci-app

- name: Build portal # this is run in parallel with the app build on jenkins, might break out to separate job
run: make ci-portals-v1
# - name: Build portal # this is run in parallel with the app build on jenkins, might break out to separate job
# run: make ci-portals-v1
#
# breaking make portals into 3 steps...
- name: Web portal # this is run in parallel with the app build on jenkins, might break out to separate job
run: make ci-web-portal

- name: Admin portal
run: make ci-admin-portal

- name: Admin portal
run: make ci-portal

- name: Push to ECR
env:
Expand Down

0 comments on commit 8266509

Please sign in to comment.