added needs
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
6f5b17979e
commit
2b042d7743
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -33,6 +33,9 @@ jobs:
|
||||
dockerfile: containers/zammad-postgresql/Dockerfile
|
||||
|
||||
build-containers:
|
||||
needs:
|
||||
- lint-bash-scripts
|
||||
- lint-docker-files
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
@ -45,6 +48,7 @@ jobs:
|
||||
run: .github/docker-image-build.sh
|
||||
|
||||
test-docker-compose:
|
||||
needs: build-containers
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user