Point cypress at a newer version of the proxy

This commit is contained in:
Kegan Dougal
2023-01-20 10:32:53 +00:00
parent fcde4b7880
commit c685c8e856
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ export default defineConfig({
specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}",
},
env: {
// Docker tag to use for `ghcr.io/matrix-org/sliding-sync-proxy` image.
SLIDING_SYNC_PROXY_TAG: "v0.6.0",
// Docker tag to use for `ghcr.io/matrix-org/sliding-sync` image.
SLIDING_SYNC_PROXY_TAG: "v0.99.0-rc1",
HOMESERVER: "synapse",
},
retries: {