Allow the docker tag for the sliding sync proxy to be specified in env (#9496)

This commit is contained in:
Michael Telatynski
2022-10-31 18:11:38 +00:00
committed by GitHub
parent 66c20a0798
commit fed759ec0e
2 changed files with 12 additions and 5 deletions
+4
View File
@@ -30,6 +30,10 @@ export default defineConfig({
experimentalSessionAndOrigin: true,
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",
},
retries: {
runMode: 4,
openMode: 0,