2
1
mirror of https://github.com/Thream/api.git synced 2024-07-06 21:00:11 +02:00

ci: fix prisma:validate error in CI

This commit is contained in:
Divlo 2022-08-23 23:58:38 +02:00
parent 8483cd4772
commit ab94d1e656
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -46,5 +46,7 @@ jobs:
with:
dockerfile: './Dockerfile'
- run: 'cp .env.example .env'
- name: 'prisma:validate'
run: 'npm run prisma:validate'