From 895cde161f5204b18951523cd0e0b59e0c1c4964 Mon Sep 17 00:00:00 2001 From: dladncks1217 Date: Sat, 20 Jan 2024 17:11:21 +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=204=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/frontend-e2e-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-e2e-test.yml b/.github/workflows/frontend-e2e-test.yml index 9d254b3d7..f0aca1c86 100644 --- a/.github/workflows/frontend-e2e-test.yml +++ b/.github/workflows/frontend-e2e-test.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Create env file - run: yarn install | + run: yarn install touch .env echo GOOGLE_API_KEY=${{ secrets.GOOGLE_API_KEY }} >> .env echo GOOGLE_MAP_ID=${{ secrets.GOOGLE_MAP_ID }} >> .env