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