Skip to content

Commit

Permalink
fix: 배포 스크립트에서 빠진 env 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pricelees committed Jul 25, 2024
1 parent cacb013 commit f19f181
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Install Dependencies
run: npm install --frozen-lockfile

- name: Create .env file
run: |
echo "BASE_URL=${{ secrets.BASE_URL }}" > .env
- name: Run tests
run: npm run test

Expand Down

0 comments on commit f19f181

Please sign in to comment.