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
|
dockerfile: containers/zammad-postgresql/Dockerfile
|
||||||
|
|
||||||
build-containers:
|
build-containers:
|
||||||
|
needs:
|
||||||
|
- lint-bash-scripts
|
||||||
|
- lint-docker-files
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
@ -45,6 +48,7 @@ jobs:
|
|||||||
run: .github/docker-image-build.sh
|
run: .github/docker-image-build.sh
|
||||||
|
|
||||||
test-docker-compose:
|
test-docker-compose:
|
||||||
|
needs: build-containers
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user