Skip to content

Commit

Permalink
check failed tests, add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Aug 29, 2023
1 parent 8431663 commit edaa9e4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/basic_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: docker-compose -f test/docker-compose.yml up -d

- name: Wait for service to start
run: sleep 20
run: sleep 25

- name: Check status code
run: |
Expand All @@ -27,4 +27,10 @@ jobs:
echo "Request failed with status code:"
echo ${status_code}
exit 1
fi
fi
- name: failed tests 🚩
if: ${{ failure() }}
run: |
echo "check docker logs"
docker-compose -f test/docker-compose.yml logs

0 comments on commit edaa9e4

Please sign in to comment.