diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ada4a016..98db4e673 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - name: Run tests and collect coverage run: npm run test - name: ls - run: ls + run: ls -al dist/ - name: Upload coverage to Codecov (script) uses: ./ with: