From f6285912274eb09880bd48d0b43f2370dfa9c1ce Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 7 Dec 2023 13:45:44 +0000 Subject: [PATCH] Fix playwright result reporting for js-sdk upstream tests (#12010) * Fix playwright result reporting for js-sdk upstream tests Make the reporter job check out the react sdk explictly so it gets the right thing when used from other workflows like the js-sdk. * Remove c+ped lines from above that would have broken it --- .github/workflows/end-to-end-tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/end-to-end-tests.yaml b/.github/workflows/end-to-end-tests.yaml index db8c692e5e..c054d1cb46 100644 --- a/.github/workflows/end-to-end-tests.yaml +++ b/.github/workflows/end-to-end-tests.yaml @@ -133,6 +133,9 @@ jobs: deployments: write steps: - uses: actions/checkout@v4 + with: + persist-credentials: false + repository: ${{ inputs.react-sdk-repository || github.repository }} - uses: actions/setup-node@v4 with: