From ba81a2325688a80d0ea303ce6fa9a7cbe0ee76e6 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Thu, 10 Aug 2023 12:20:52 -0700 Subject: [PATCH] chore: enable traces on service2 bots (#26414) --- .github/workflows/tests_service.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests_service.yml b/.github/workflows/tests_service.yml index 82418ffa01..6450c4c3a1 100644 --- a/.github/workflows/tests_service.yml +++ b/.github/workflows/tests_service.yml @@ -26,6 +26,7 @@ jobs: - run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test -- --project=${{ matrix.browser }} --workers=10 --retries=0 env: PWTEST_MODE: service2 + PWTEST_TRACE: 1 PWTEST_BLOB_REPORT_NAME: "${{ matrix.browser }}-${{ matrix.service-os }}-service" PLAYWRIGHT_SERVICE_ACCESS_KEY: ${{ secrets.PLAYWRIGHT_SERVICE_ACCESS_KEY }} PLAYWRIGHT_SERVICE_URL: ${{ secrets.PLAYWRIGHT_SERVICE_URL }}