Skip to content

Commit cf5b423

Browse files
committed
Minor change
1 parent 7cf0f92 commit cf5b423

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,10 @@ jobs:
156156
run: ./test.sh report coverage.stumpy.xml
157157
shell: bash
158158
- name: List Reports
159-
run: ls
159+
run: ls *xml
160+
shell: bash
161+
- name: Show Reports
162+
run: head coverage.stumpy.xml
160163
shell: bash
161164
- name: Upload Coverage Tests Results
162165
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)