- fixed syntax

This commit is contained in:
Ulf Gebhardt 2021-01-30 05:57:59 +01:00
parent 6805863ac9
commit 7b58b1277e
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -194,8 +194,9 @@ jobs:
##########################################################################
# UNIT TESTS BACKEND #####################################################
##########################################################################
- name: backend | copy env files (webapp, backend)
- name: backend | copy env files webapp
run: cp webapp/.env.template webapp/.env
- name: backend | copy env files backend
run: cp backend/.env.template backend/.env
- name: backend | docker-compose
run: docker-compose up