Skip to content

Commit

Permalink
Fix and better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed May 28, 2022
1 parent 5a87147 commit 30ca30d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
docker stop cache
- run: make run
- run: (cd acceptance_tests && c2cciutils-docker-logs)
if: always()
- run: make acceptance
- run: (cd acceptance_tests && c2cciutils-docker-logs)
if: always()
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ jobs:
docker stop cache
- run: make run
- run: (cd acceptance_tests && c2cciutils-docker-logs || docker-compose logs)
if: always()
- run: make acceptance
- run: (cd acceptance_tests && c2cciutils-docker-logs)
- run: (cd acceptance_tests && c2cciutils-docker-logs || docker-compose logs)
if: always()

- name: Publish
Expand Down

0 comments on commit 30ca30d

Please sign in to comment.