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