Skip to content

Commit

Permalink
Show all logs if tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Sep 7, 2023
1 parent fdab477 commit deeba88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
mkdir -p ./tests_zen_project/zen-packages/ &&
chmod 0666 ./tests_zen_project/zen-packages/ &&
./run_test.sh
- name: Show logs
if: ${{ failure() }}
run: docker-compose logs
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit deeba88

Please sign in to comment.