From d57881cfe594109ec7a315cab1cda761ae330a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 7 Dec 2020 11:12:29 +0100 Subject: [PATCH] testing lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/workflows/ci.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4dae1ca..3c7b77b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,10 +60,10 @@ jobs: run: docker-compose config build-and-run-docker-compose: - needs: - # - lint-bash-scripts - # - lint-docker-files - # - lint-docker-compose-file + # needs: + # - lint-bash-scripts + # - lint-docker-files + # - lint-docker-compose-file timeout-minutes: 20 runs-on: ubuntu-20.04 steps: @@ -81,10 +81,10 @@ jobs: run: .github/tests.sh run-remote-image-docker-compose: - needs: - # - lint-bash-scripts - # - lint-docker-files - # - lint-docker-compose-file + # needs: + # - lint-bash-scripts + # - lint-docker-files + # - lint-docker-compose-file timeout-minutes: 10 runs-on: ubuntu-20.04 steps: