Skip to content

Commit

Permalink
Run CI tests in production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 4, 2024
1 parent db1cfb4 commit 5772da6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5772da6

Please sign in to comment.