Skip to content

Commit

Permalink
Run build
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed Jun 17, 2024
1 parent c45c057 commit d58fbbf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,17 @@ jobs:
cache: 'pnpm'
- name: Run test
run: pnpm run test

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
- name: Set up frontend
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Run build
run: pnpm run build

0 comments on commit d58fbbf

Please sign in to comment.