From 7b58b1277e91d83cb859ddaf12dbf247d58cbafd Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 30 Jan 2021 05:57:59 +0100 Subject: [PATCH] - fixed syntax --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 664948828..8f2eb5d30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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