From 742227aa871272ab1b8e8e0595a277cc29382b80 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 30 Jan 2021 04:18:12 +0100 Subject: [PATCH] - copy .env file --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8e494703..a75a42683 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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