From 3baabc6e8f5586d07a2572a64b2097c93bcee4aa Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 19 Mar 2021 21:07:27 +0100 Subject: [PATCH] yarn install is required --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48f01838f..06fcf2e78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -311,7 +311,6 @@ jobs: ########################################################################## # FULLSTACK TESTS CYPRESS ################################################ ########################################################################## - # TODO: Why do we need those .envs? - name: backend | copy env files webapp run: cp webapp/.env.template webapp/.env - name: backend | copy env files backend