From 6b1d1148fcb0764e92992986e5dbc1b962b3ad5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Kr=C3=B6ker?= Date: Thu, 14 Nov 2024 16:45:19 +0100 Subject: [PATCH] test --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2692942..f457669 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,6 +69,9 @@ jobs: - name: Print full current path run: echo $PWD + - name: Print what is in .coverage + run: cd .coverage && ls -lah + - name: Debug coverage file run: ls -lah - uses: actions/upload-artifact@v4