From 722a2a5aca6101d4d4d106bedf682950aa8fc2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Thu, 18 Apr 2024 17:05:57 +0200 Subject: [PATCH] chore: improve logging --- .github/workflows/integration-tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e9bef27a73..3e4753b869 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -5,7 +5,7 @@ on: - push jobs: - dispatch: + e2e_tests: runs-on: ubuntu-latest steps: - name: Get the branch name @@ -56,4 +56,9 @@ jobs: if [[ "$status" != "completed" ]]; then echo "Workflow failed. Current status: $status" exit 1 + fi + + if [[ "$status" == "completed" ]]; then + echo "Workflow has been completed" + exit 0 fi \ No newline at end of file