From a26f22d623bcaae982989d2807e484324626154a Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Wed, 26 Jun 2024 12:32:34 -0300 Subject: [PATCH] chore: Update Playwright test configuration for CI --- .github/workflows/typescript_test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/typescript_test.yml b/.github/workflows/typescript_test.yml index 03786591b..27a949b64 100644 --- a/.github/workflows/typescript_test.yml +++ b/.github/workflows/typescript_test.yml @@ -124,7 +124,9 @@ jobs: merge-multiple: true - name: Merge into HTML Report - run: npx playwright merge-reports --reporter html ./all-blob-reports + run: | + cd src/frontend + npx playwright merge-reports --reporter html ./all-blob-reports - name: Upload HTML report uses: actions/upload-artifact@v4