Skip to content

Commit

Permalink
build: cypress ci yml 임시수정 3트
Browse files Browse the repository at this point in the history
  • Loading branch information
dladncks1217 committed Jan 20, 2024
1 parent 789db5a commit b4926fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontend-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- .github/**
- frontend-monorepo/.yarn/cache
- frontend-monorepo/.pnp.cjs
- frontend-monorepo/package.json

defaults:
run:
Expand All @@ -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
Expand Down

0 comments on commit b4926fd

Please sign in to comment.