mirror of
https://github.com/IT4Change/boilerplate-backend.git
synced 2026-01-20 20:01:31 +00:00
migrate database before unit tests
This commit is contained in:
parent
b215574df8
commit
637bc1c955
2
.github/workflows/backend.test.unit.code.yml
vendored
2
.github/workflows/backend.test.unit.code.yml
vendored
@ -31,4 +31,4 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Backend | Unit
|
||||
run: npm install && npm run test:unit
|
||||
run: npm install && npm run db:migrate && npm run test:unit
|
||||
Loading…
x
Reference in New Issue
Block a user