github action test
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
948d7f9a44
commit
a54545242f
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -33,7 +33,9 @@ jobs:
|
|||||||
dockerfile: containers/zammad-postgresql/Dockerfile
|
dockerfile: containers/zammad-postgresql/Dockerfile
|
||||||
|
|
||||||
test-docker-compose:
|
test-docker-compose:
|
||||||
needs: build-containers
|
needs:
|
||||||
|
- lint-bash-scripts
|
||||||
|
- lint-docker-files
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -43,8 +45,6 @@ jobs:
|
|||||||
run: .github/docker-image-build.sh
|
run: .github/docker-image-build.sh
|
||||||
- name: use images build by ci
|
- name: use images build by ci
|
||||||
run: sed -i -e 's#VERSION=.*#VERSION=-ci-snapshot#g' < .env
|
run: sed -i -e 's#VERSION=.*#VERSION=-ci-snapshot#g' < .env
|
||||||
- name: pull container images
|
|
||||||
run: docker-compose pull
|
|
||||||
- name: run docker-compose up
|
- name: run docker-compose up
|
||||||
run: docker-compose up --detach
|
run: docker-compose up --detach
|
||||||
- name: add autowizard file
|
- name: add autowizard file
|
||||||
|
Loading…
Reference in New Issue
Block a user