From dd7e53fcfee45efeb02a768681d9614cb05052ca Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Wed, 26 Jul 2023 20:33:10 -0700 Subject: [PATCH] chore: try running s2 with tracing (#24449) --- .github/workflows/tests_service.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests_service.yml b/.github/workflows/tests_service.yml index 2b473863ee..d3167c7061 100644 --- a/.github/workflows/tests_service.yml +++ b/.github/workflows/tests_service.yml @@ -27,6 +27,7 @@ jobs: env: PWTEST_MODE: service2 PWTEST_BLOB_SUFFIX: "-${{ matrix.service-os }}-service" + PWTEST_TRACE: 1 PLAYWRIGHT_SERVICE_ACCESS_KEY: ${{ secrets.PLAYWRIGHT_SERVICE_ACCESS_KEY }} PLAYWRIGHT_SERVICE_URL: ${{ secrets.PLAYWRIGHT_SERVICE_URL }} PLAYWRIGHT_SERVICE_OS: ${{ matrix.service-os }} @@ -61,4 +62,4 @@ jobs: run: | REPORT_DIR='run-service-${{ github.run_id }}-${{ github.run_attempt }}-${{ github.sha }}' az storage blob upload-batch -s playwright-report -d "\$web/$REPORT_DIR" --connection-string "${{ secrets.AZURE_CONNECTION_STRING_FOR_BLOB_REPORT }}" - echo "Report url: https://mspwblobreport.z1.web.core.windows.net/$REPORT_DIR/index.html?q=s:failed" + echo "Report url: https://mspwblobreport.z1.web.core.windows.net/$REPORT_DIR/index.html#?q=s:failed"