Use a pinned EW version for e2e tests to unbreak them

This commit is contained in:
Kegan Dougal 2023-07-14 10:45:17 +01:00
parent 4e387ca9f0
commit 1e4b6374a0

View File

@ -174,6 +174,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: matrix-org/matrix-react-sdk
ref: "v3.71.0" # later versions break the SS E2E tests which need to be fixed :(
- uses: actions/setup-node@v3
with:
cache: 'yarn'