From 554e9758edb746c8d32fa8d1eef9782a520c0736 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 14 Sep 2022 11:49:10 +0500 Subject: [PATCH] ci: update web.tests workflow to run the new test suite --- .github/workflows/web.tests.yml | 3 +++ 1 file changed, 3 insertions(+) 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