Skip to content

Commit 3ebdbd8

Browse files
committed
Info on all output
1 parent 5cf7fc5 commit 3ebdbd8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/docker-image-quickrun.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ jobs:
3030
run: |
3131
ls -alt
3232
ls -alt output
33-
ls -alt output/S*
34-
cat output/S*/report.json
33+
ls -alt output/*

.github/workflows/docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ jobs:
3030
run: |
3131
ls -alt
3232
ls -alt output
33-
ls -alt output/C2*
34-
cat output/C2*/report.json
33+
ls -alt output/*

0 commit comments

Comments
 (0)