set ci timeout to 10 min
This commit is contained in:
parent
2876dcc893
commit
cb046658ff
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
dockerfile: containers/zammad/Dockerfile
|
dockerfile: containers/zammad/Dockerfile
|
||||||
|
|
||||||
test-docker-compose:
|
test-docker-compose:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 10
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: lint-docker-files
|
needs: lint-docker-files
|
||||||
steps:
|
steps:
|
||||||
@ -47,4 +47,4 @@ jobs:
|
|||||||
- name: run tests
|
- name: run tests
|
||||||
run: .github/tests.sh
|
run: .github/tests.sh
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user