Skip to content

Commit e244cb3

Browse files
committed
chore: fix saving of container logs as artifact
Correction for 206d310 commit. Part of #13
1 parent 83707b0 commit e244cb3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/integration-tests.yml

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

7271
- name: Stop containers
7372
if: always()
@@ -83,6 +82,4 @@ jobs:
8382
uses: actions/[email protected] # https://github.com/actions/upload-artifact
8483
with:
8584
name: report-and-logs
86-
path: |
87-
containers-logs.txt
88-
hurl-reports/
85+
path: hurl-reports/

0 commit comments

Comments
 (0)