Skip to content

Commit 51bb313

Browse files
Update smoke-tests.yml
1 parent 7b1788e commit 51bb313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/smoke-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
if: failure()
5050
run: exit 1
5151

52+
- name: Show out.csv
53+
run: cat out.csv
54+
5255
- name: Check header in first line
5356
run: |
5457
HEADER="repository name,author name,author login,author email,date and time,changed files,commit id,branch"
@@ -60,6 +63,3 @@ jobs:
6063
echo "Header is invalid"
6164
exit 1
6265
fi
63-
64-
- name: Show out.csv
65-
run: cat out.csv

0 commit comments

Comments
 (0)