test: run tests in build workflow
This commit is contained in:
parent
3f58496fa0
commit
31ad266389
@ -28,5 +28,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DATABASE_URL: ${{ secrets.POSTGRESQL_CONN_STRING }}
|
DATABASE_URL: ${{ secrets.POSTGRESQL_CONN_STRING }}
|
||||||
|
|
||||||
|
- name: Run Tests
|
||||||
|
run: npm run test
|
||||||
|
|
||||||
- name: Build Dist
|
- name: Build Dist
|
||||||
run: npm run build
|
run: npm run build
|
Loading…
x
Reference in New Issue
Block a user