From 32bd8cca0294eea20f31f7f9e1e5b7528fab72c3 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 30 Jan 2021 06:45:22 +0100 Subject: [PATCH] - copy .env files again (not sure this is correct?) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca8e8a3f1..b5e024187 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,10 +194,10 @@ jobs: ########################################################################## # UNIT TESTS 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 | 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 -f docker-compose.yml -f docker-compose.test.yml up neo4j backend - name: backend | Unit tests