- copy .env file

This commit is contained in:
Ulf Gebhardt 2021-01-30 04:18:12 +01:00
parent bac01693b0
commit 742227aa87
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -111,6 +111,8 @@ jobs:
##########################################################################
# UNIT TESTS BACKEND #####################################################
##########################################################################
- name: backend | copy env file (webapp)
run: cp webapp/.env.template webapp/.env
- name: backend | docker-compose
run: docker-compose up
- name: backend | Unit tests