Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rxliuli/novachat
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli committed Oct 6, 2024
2 parents 35ff148 + 4f9bc4b commit 65df56d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ jobs:
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Test
run: pnpm test
run: \
| pnpm -r run setup
| pnpm test

0 comments on commit 65df56d

Please sign in to comment.