From b4926fd046317c00f16efa44a06e7500380fcdc3 Mon Sep 17 00:00:00 2001 From: dladncks1217 Date: Sat, 20 Jan 2024 17:09:36 +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=203=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/frontend-e2e-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/frontend-e2e-test.yml b/.github/workflows/frontend-e2e-test.yml index 67a534bcc..9d254b3d7 100644 --- a/.github/workflows/frontend-e2e-test.yml +++ b/.github/workflows/frontend-e2e-test.yml @@ -8,6 +8,7 @@ on: - .github/** - frontend-monorepo/.yarn/cache - frontend-monorepo/.pnp.cjs + - frontend-monorepo/package.json defaults: run: @@ -21,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Create env file - run: | + run: yarn install | touch .env echo GOOGLE_API_KEY=${{ secrets.GOOGLE_API_KEY }} >> .env echo GOOGLE_MAP_ID=${{ secrets.GOOGLE_MAP_ID }} >> .env