From db7355a6a2a2dc40994d5dd4787933a9c4e80ee1 Mon Sep 17 00:00:00 2001 From: christopher-besch Date: Mon, 4 Mar 2024 09:57:32 +0100 Subject: [PATCH] testing new github action workflow --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fc84e0e..5763e5c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: - name: Run Docker-in-Docker End-to-End Test uses: isbang/compose-action@v1.5.1 - with: - compose-file: "./docker-compose.yml" - up-flags: "--abort-on-container-exit --exit-code-from test_client" + with: + compose-file: "./docker-compose.yml" + up-flags: "--abort-on-container-exit --exit-code-from test_client"