From 6cf0090fcec81a5b98311e05e4bcc9637ade3aef Mon Sep 17 00:00:00 2001 From: "Richard Kuo (Danswer)" Date: Fri, 15 Nov 2024 11:51:24 -0800 Subject: [PATCH] accidentally deleted a step --- .github/workflows/pr-chromatic-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-chromatic-tests.yml b/.github/workflows/pr-chromatic-tests.yml index 955cfd86a85..4bbab9522b0 100644 --- a/.github/workflows/pr-chromatic-tests.yml +++ b/.github/workflows/pr-chromatic-tests.yml @@ -159,6 +159,10 @@ jobs: PYTEST_IGNORE_SKIP: true run: pytest -s tests/integration/tests/playwright/test_playwright.py + - name: Run Playwright tests + working-directory: ./web + run: npx playwright test + - uses: actions/upload-artifact@v4 if: always() with: