From 022f87e0c20630d6e979bf0922dd37bc11685219 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 20 Jan 2021 14:36:52 +0100 Subject: [PATCH] try to copy .env template --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18eb19387..c729c2a9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: # Unit Tests - name: backend | unit tests - run: docker run --rm ocelotsocialnetwork/backend:build yarn run test + run: docker run --rm ocelotsocialnetwork/backend:build mv /app/.env.template /app/.env && yarn run test ########################################################################## # WEBAPP #################################################################