mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-18 21:11:25 +02:00
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:
parent
5ae5855fd9
commit
f628591227
3
.github/workflows/end-to-end-tests.yaml
vendored
3
.github/workflows/end-to-end-tests.yaml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user