From 7942057c509cbcc50573c9770e411a2723021e1e Mon Sep 17 00:00:00 2001 From: pit Date: Tue, 3 Oct 2023 10:19:54 +0100 Subject: [PATCH] chore: add env step in gh action --- .github/workflows/e2e-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index ecd1d1d1a..b959c1305 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -3,7 +3,7 @@ on: push: branches: [feat/refresh, feat/add-e2e-testing-playwright] pull_request: - branches: [feat/refresh, feat/add-e2e-testing-playwright] + branches: [feat/refresh] jobs: e2e_tests: timeout-minutes: 60 @@ -33,6 +33,8 @@ jobs: run: npm cache clean --force && npm install - name: Install dependencies run: npm ci + - name: Copy env + run: cp .env.example .env - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Install Prisma Client