testing lint
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
886dd9e0c7
commit
d57881cfe5
16
.github/workflows/ci.yaml
vendored
16
.github/workflows/ci.yaml
vendored
@ -60,10 +60,10 @@ jobs:
|
|||||||
run: docker-compose config
|
run: docker-compose config
|
||||||
|
|
||||||
build-and-run-docker-compose:
|
build-and-run-docker-compose:
|
||||||
needs:
|
# needs:
|
||||||
# - lint-bash-scripts
|
# - lint-bash-scripts
|
||||||
# - lint-docker-files
|
# - lint-docker-files
|
||||||
# - lint-docker-compose-file
|
# - lint-docker-compose-file
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
@ -81,10 +81,10 @@ jobs:
|
|||||||
run: .github/tests.sh
|
run: .github/tests.sh
|
||||||
|
|
||||||
run-remote-image-docker-compose:
|
run-remote-image-docker-compose:
|
||||||
needs:
|
# needs:
|
||||||
# - lint-bash-scripts
|
# - lint-bash-scripts
|
||||||
# - lint-docker-files
|
# - lint-docker-files
|
||||||
# - lint-docker-compose-file
|
# - lint-docker-compose-file
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user