test: run tests after build to capture build env
All checks were successful
Build / build (push) Successful in 48s
All checks were successful
Build / build (push) Successful in 48s
This commit is contained in:
parent
8f6ce8867c
commit
d6a014ec91
@ -29,8 +29,8 @@ jobs:
|
||||
env:
|
||||
DATABASE_URL: ${{ secrets.POSTGRESQL_CONN_STRING }}
|
||||
|
||||
- name: Run Tests
|
||||
run: npm run test
|
||||
|
||||
- name: Build Dist
|
||||
run: npm run build
|
||||
run: npm run build
|
||||
|
||||
- name: Run Tests
|
||||
run: npm run test
|
Loading…
x
Reference in New Issue
Block a user