From 826650924d8c85a10f0ab4dbeac82e0d7153d37f Mon Sep 17 00:00:00 2001 From: Luke Short Date: Thu, 23 Jan 2025 18:04:27 -0800 Subject: [PATCH] run 3 different make commands for portal --- .github/workflows/docker_build.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 69633650a..7742a699c 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -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: