github action test

Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
André Bauer 2020-03-06 15:14:25 +01:00
parent 948d7f9a44
commit a54545242f

View File

@ -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