mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
github workflow: set nginx building job after jobs for frontend, backend, and admin interface
This commit is contained in:
parent
958b681e94
commit
dbdb0f4221
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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 ##########################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user