From f79e11e8470152fc1c468401755b355cb14a0318 Mon Sep 17 00:00:00 2001 From: dladncks1217 Date: Sat, 20 Jan 2024 17:13:00 +0900 Subject: [PATCH] =?UTF-8?q?build:=20cypress=20ci=20yml=20=EC=9E=84?= =?UTF-8?q?=EC=8B=9C=EC=88=98=EC=A0=95=205=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/frontend-e2e-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/frontend-e2e-test.yml b/.github/workflows/frontend-e2e-test.yml index f0aca1c86..eed561031 100644 --- a/.github/workflows/frontend-e2e-test.yml +++ b/.github/workflows/frontend-e2e-test.yml @@ -21,8 +21,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Create env file + - name: yarn run: yarn install + + - name: Create env file + run: | touch .env echo GOOGLE_API_KEY=${{ secrets.GOOGLE_API_KEY }} >> .env echo GOOGLE_MAP_ID=${{ secrets.GOOGLE_MAP_ID }} >> .env