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