try to copy .env template

This commit is contained in:
Ulf Gebhardt 2021-01-20 14:36:52 +01:00
parent 87db5ae31e
commit 022f87e0c2
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -55,7 +55,7 @@ jobs:
# Unit Tests
- name: backend | unit tests
run: docker run --rm ocelotsocialnetwork/backend:build yarn run test
run: docker run --rm ocelotsocialnetwork/backend:build mv /app/.env.template /app/.env && yarn run test
##########################################################################
# WEBAPP #################################################################