Skip to content

Commit

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

0 comments on commit 895cde1

Please sign in to comment.