fix: run only unit tests for app

This commit is contained in:
Roman Knyazhitskiy 2024-06-21 13:33:45 +02:00
parent d18d850c32
commit 5f1186d1b4

View file

@ -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