Skip to content

Commit 430f16b

Browse files
committed
minor adjustment of the build.yml file trying to fix actions
1 parent 8f7edd6 commit 430f16b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
- name: Download all artifacts
7676
# Downloads coverage1, coverage2, etc.
7777
uses: actions/download-artifact@v4
78+
- name: List downloaded files
79+
run: |
80+
ls -R coverage-files
7881
- name: Convert coverage
7982
run: |
8083
coverage combine coverage-files/*/.coverage*

0 commit comments

Comments
 (0)