remove unnecessary build dependencies from nginx in github test workflow

This commit is contained in:
mahula 2022-12-16 14:32:49 +01:00
parent e4e698b082
commit b7ba244f28

View File

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