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
This commit is contained in:
David Baker 2023-12-07 13:45:44 +00:00 committed by GitHub
parent 5ae5855fd9
commit f628591227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,6 +133,9 @@ jobs:
deployments: write deployments: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
persist-credentials: false
repository: ${{ inputs.react-sdk-repository || github.repository }}
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with: