ci(e2e): start executing e2e tests in CI

Closes #3
This commit is contained in:
Kirill Gavrilov 2025-10-19 20:54:38 +03:00
parent 075a8849dd
commit 56f5a6362c

View file

@ -26,6 +26,9 @@ jobs:
run: pnpm run build
- name: Test
run: pnpm run test:unit
- name: E2E tests
run: pnpm install && xvfb-run pnpm run test
working-directory: e2e
- name: Upload coverage data
uses: actions/upload-artifact@v4
with: