Skip to content

Commit

Permalink
chore: improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Apr 18, 2024
1 parent beae7e7 commit 722a2a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- push

jobs:
dispatch:
e2e_tests:
runs-on: ubuntu-latest
steps:
- name: Get the branch name
Expand Down Expand Up @@ -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

0 comments on commit 722a2a5

Please sign in to comment.