diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 54e130f323..ffcd8e084d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -56,6 +56,8 @@ jobs: TEST_ONLINE: postgresql://postgres:postgres@localhost:5432/postgres TEST_WRAPPER_COVERAGE: 1 run: prove -l -v t/*.t.js + - name: Check assets + run: ls public/asset - name: Coveralls env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}