diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 54e130f323..1ab02cc75c 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 }}