fix: run only unit tests for app
This commit is contained in:
parent
d18d850c32
commit
5f1186d1b4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
run: cd app && pnpm format
|
||||
|
||||
- name: Run pnpm test
|
||||
run: cd app && pnpm test
|
||||
run: cd app && pnpm test:unit # running only unit tests, since integration costs money
|
||||
|
||||
pytest:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue