Skip to content

Commit

Permalink
build: cypress ci yml 임시수정 5트
Browse files Browse the repository at this point in the history
  • Loading branch information
dladncks1217 committed Jan 20, 2024
1 parent 895cde1 commit f79e11e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/frontend-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f79e11e

Please sign in to comment.