From 430f16b5ccb178f267673b11fb086ab442e88230 Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 24 Sep 2024 10:12:10 +0100 Subject: [PATCH] minor adjustment of the build.yml file trying to fix actions --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 454bdeb1..add0ea8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,6 +75,9 @@ jobs: - name: Download all artifacts # Downloads coverage1, coverage2, etc. uses: actions/download-artifact@v4 + - name: List downloaded files + run: | + ls -R coverage-files - name: Convert coverage run: | coverage combine coverage-files/*/.coverage*