migrate database before unit tests

This commit is contained in:
Ulf Gebhardt 2023-12-11 10:40:53 +01:00
parent b215574df8
commit 637bc1c955
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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