Skip to content

Commit

Permalink
ci: disable build step temporarily
Browse files Browse the repository at this point in the history
Commented out the build step in the CI workflow to speed up the pipeline.
  • Loading branch information
Mr.Mao committed Jun 4, 2023
1 parent 58be2a0 commit a53fe29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Install
run: pnpm install

- name: Build
run: pnpm -r build
# - name: Build
# run: pnpm -r build

- name: Test
run: pnpm run test

0 comments on commit a53fe29

Please sign in to comment.