Skip to content

Commit

Permalink
Merge pull request #213 from sopt-makers/fix/#212_ci-check-build
Browse files Browse the repository at this point in the history
  • Loading branch information
SeojinSeojin authored Oct 12, 2023
2 parents 768ff5b + 90e7a95 commit 2af72bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:

- name: Check code style
run: pnpm run lint

- name: Build project
run: pnpm run build
env:
NEXT_PUBLIC_BASE_URL: ${{ secrets.NEXT_PUBLIC_BASE_URL }}
NEXT_PUBLIC_AMPLITUDE_API_KEY: ${{ secrets.NEXT_PUBLIC_AMPLITUDE_API_KEY }}

0 comments on commit 2af72bf

Please sign in to comment.