From a54545242fda16e87b227a1bdace191320168a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 6 Mar 2020 15:14:25 +0100 Subject: [PATCH] github action test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 31b3956..737f237 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,9 @@ jobs: dockerfile: containers/zammad-postgresql/Dockerfile test-docker-compose: - needs: build-containers + needs: + - lint-bash-scripts + - lint-docker-files timeout-minutes: 10 runs-on: ubuntu-latest steps: @@ -43,8 +45,6 @@ jobs: run: .github/docker-image-build.sh - name: use images build by ci run: sed -i -e 's#VERSION=.*#VERSION=-ci-snapshot#g' < .env - - name: pull container images - run: docker-compose pull - name: run docker-compose up run: docker-compose up --detach - name: add autowizard file