Skip to content

Commit 7532ffb

Browse files
committed
chore: include timestamps in container logs
Should be in 206d310 commit. Part of #13
1 parent e244cb3 commit 7532ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Save container logs
6767
if: failure()
6868
working-directory: docker
69-
run: docker compose logs | tee ../hurl-reports/containers-logs.txt
69+
run: docker compose logs --timestamps | tee ../hurl-reports/containers-logs.txt
7070

7171
- name: Stop containers
7272
if: always()

0 commit comments

Comments
 (0)