From 0c253dafc72f94bda9904aca8d0a0feb5222fe71 Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 27 Jul 2023 16:44:30 -0700 Subject: [PATCH] chore: quote the zip pattern --- .github/workflows/tests_service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_service.yml b/.github/workflows/tests_service.yml index 8950f04252..df76791ceb 100644 --- a/.github/workflows/tests_service.yml +++ b/.github/workflows/tests_service.yml @@ -61,7 +61,7 @@ jobs: name: blob-report-${{ github.run_attempt }} path: blob-report-zips - name: Unzip all blob reports - run: unzip -o blob-report-zips/blob-report-*.zip -d blob-report + run: unzip -o 'blob-report-zips/blob-report-*.zip' -d blob-report - run: npx playwright merge-reports --reporter markdown,html ./blob-report - name: Upload HTML report to Azure run: |