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