Skip to content

Commit

Permalink
chore: include timestamps in container logs
Browse files Browse the repository at this point in the history
Should be in 206d310 commit.

Part of #13
  • Loading branch information
php-coder committed Mar 19, 2024
1 parent e244cb3 commit 7532ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Save container logs
if: failure()
working-directory: docker
run: docker compose logs | tee ../hurl-reports/containers-logs.txt
run: docker compose logs --timestamps | tee ../hurl-reports/containers-logs.txt

- name: Stop containers
if: always()
Expand Down

0 comments on commit 7532ffb

Please sign in to comment.