From fbf312e15bdccd0cf888fd56f8f95421749656cd Mon Sep 17 00:00:00 2001 From: Julien Ganichot Date: Tue, 31 Oct 2023 16:19:11 +0100 Subject: [PATCH] wip --- .github/workflows/continuous-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index fda3eaf0..dbe78610 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -81,8 +81,8 @@ jobs: run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline - name: Test run: npm run test:ci - - name: Run ls in coverage directory - run: ls -la ./coverage + - name: Run ls in directory + run: ls -la . - name: Upload coverage to Coveralls uses: coverallsapp/github-action@master with: