Skip to content

Commit

Permalink
Merge pull request #354 from camptocamp/fix-master
Browse files Browse the repository at this point in the history
Better logs in CI
  • Loading branch information
sbrunner authored May 27, 2022
2 parents 44f6bf8 + 0878ace commit 5a87147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- run: make run
- run: make acceptance
- run: (cd acceptance_tests; docker-compose logs)
if: failure()
- run: (cd acceptance_tests && c2cciutils-docker-logs)
if: always()

- name: Publish
run: c2cciutils-publish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- run: make run
- run: make acceptance
- run: (cd acceptance_tests; docker-compose logs)
if: failure()
- run: (cd acceptance_tests && c2cciutils-docker-logs)
if: always()

- name: Publish
run: c2cciutils-publish --type=rebuild --branch=${{ matrix.branch }}

0 comments on commit 5a87147

Please sign in to comment.