ci: update web.tests workflow to run the new test suite

This commit is contained in:
Abdullah Atta
2022-09-14 11:49:10 +05:00
committed by Abdullah Atta
parent d31a43b463
commit 554e9758ed

View File

@@ -39,5 +39,8 @@ jobs:
run: npx playwright install --with-deps
working-directory: ./apps/web
- name: Generate test build
run: npm run build:test:web
- name: Run all @notesnook/web tests
run: npm run test:web