From 2a21c46d258b1d8d7fe0ea98ded0749824d312d1 Mon Sep 17 00:00:00 2001 From: shashwata Date: Thu, 19 Dec 2024 12:02:50 +0600 Subject: [PATCH] fix issue --- .github/workflows/all-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all-tests.yml b/.github/workflows/all-tests.yml index 9b333ad7f..299b0e1d6 100644 --- a/.github/workflows/all-tests.yml +++ b/.github/workflows/all-tests.yml @@ -379,7 +379,7 @@ jobs: - name: Merge into HTML Report working-directory: tests/pw run: | - npx playwright merge-reports --reporter html ./all-reports/all-blob-reports + npx playwright merge-reports --reporter html ./all-blob-reports - name: Upload HTML report uses: actions/upload-artifact@v4