diff --git a/.github/workflows/web.tests.yml b/.github/workflows/web.tests.yml index 344bdeb15..8cdb9afa6 100644 --- a/.github/workflows/web.tests.yml +++ b/.github/workflows/web.tests.yml @@ -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