Skip to content

Commit

Permalink
chore: serve pocketbase before run test
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Feb 26, 2024
1 parent 43e4a69 commit fb892de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: Linting
continue-on-error: true
run: pnpm lint

- run: ./pkg/pocketbase/test/pocketbase serve &

- name: Run the tests
run: pnpm coverage
Expand Down

0 comments on commit fb892de

Please sign in to comment.