Skip to content

Commit aec123c

Browse files
fix
1 parent f8fe17b commit aec123c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,5 @@ jobs:
4949
if: failure()
5050
run: exit 1
5151

52-
- name: Upload test results
53-
uses: actions/upload-artifact@v4
54-
with:
55-
name: test-results
56-
path: out.csv
52+
- name: Show out.csv
53+
run: cat out.csv

0 commit comments

Comments
 (0)