From e41060f806e3d997458da5b53bf5d309261281f2 Mon Sep 17 00:00:00 2001 From: Binoy Patel Date: Tue, 31 Oct 2023 10:16:19 -0400 Subject: [PATCH] chore(e2e): add missing env var to pr e2e tests --- .github/workflows/e2e.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f1f8db91fc8..b14ca062f66 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -101,6 +101,9 @@ jobs: - name: Run E2E tests on PR if: ${{ github.event_name == 'pull_request' }} env: + # Missing in docs but in use + # here https://github.com/microsoft/playwright/blob/main/packages/playwright/src/reporters/blob.ts#L108 + PWTEST_BLOB_REPORT_NAME: ${{ matrix.project }} # Update the SANITY_E2E_SESSION_TOKEN on github to the new value once this is merged to next # Change the below to `secrets.SANITY_E2E_SESSION_TOKEN` # Delete `SANITY_E2E_SESSION_TOKEN_NEW` from github