Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Mar 14, 2023
1 parent 3feffe8 commit c46a131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
cache: 'pnpm'

- name: Clean
run: pnpm recursive clean
run: pnpm recursive run clean
env:
CI: true

- name: Build
run: pnpm recursive build
run: pnpm recursive run build
env:
CI: true

- name: Begin Tests
run: pnpm recursive test
run: pnpm recursive run test
env:
CI: true

0 comments on commit c46a131

Please sign in to comment.