github workflow: set nginx building job after jobs for frontend, backend, and admin interface

This commit is contained in:
mahula 2022-11-04 11:19:49 +01:00
parent 958b681e94
commit dbdb0f4221

View File

@ -142,7 +142,7 @@ jobs:
build_test_nginx: build_test_nginx:
name: Docker Build Test - Nginx name: Docker Build Test - Nginx
runs-on: ubuntu-latest runs-on: ubuntu-latest
#needs: [nothing] needs: [build_test_backend, build_test_admin, build_test_frontend]
steps: steps:
########################################################################## ##########################################################################
# CHECKOUT CODE ########################################################## # CHECKOUT CODE ##########################################################