From df0249183cefa1fdc149e59ff95a868812ebcb81 Mon Sep 17 00:00:00 2001 From: Gabriel Poleze Ferreira Date: Thu, 2 Dec 2021 16:25:19 -0800 Subject: [PATCH] Adding env file so the yarn coverage phase can pass --- .github/workflows/ci-ui.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-ui.yml b/.github/workflows/ci-ui.yml index 79f3bc40..8bf9546b 100644 --- a/.github/workflows/ci-ui.yml +++ b/.github/workflows/ci-ui.yml @@ -31,6 +31,10 @@ jobs: - name: Before build run: ./cc-test-reporter before-build + # Set required env vars for yarn coverage + - name: Set required env vars for yarn coverage + run: cp src/frontend/ai-reviewer-admin/.env.template src/frontend/ai-reviewer-admin/.env + # Set required Git env vars for either pull request - name: Set ENV for codeclimate (pull_request) run: |