Skip to content

Commit

Permalink
✅ test: cI 단계 env 파일 생성 추가 #23
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Aug 15, 2024
1 parent 551a53d commit 733d291
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up environment variables
run: echo "${{ secrets.NEXT_PUBLIC_BASE_URL }}" > .env

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
Expand Down

0 comments on commit 733d291

Please sign in to comment.