diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index c2e3ab46e..3eb0d235f 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -86,8 +86,8 @@ jobs: # 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: 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