Skip to content

Commit

Permalink
switch to nightly images for Synapse (to test E2EE)
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 26, 2024
1 parent 754aa09 commit 88be70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/util/homerunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Homerunner } from "homerunner-client";
import { E2ETestMatrixClient } from "./e2e-test";
import path from "node:path";

const HOMERUNNER_IMAGE = process.env.HOMERUNNER_IMAGE || 'ghcr.io/element-hq/synapse/complement-synapse:latest';
const HOMERUNNER_IMAGE = process.env.HOMERUNNER_IMAGE || 'ghcr.io/element-hq/synapse/complement-synapse:nightly';
export const DEFAULT_REGISTRATION_SHARED_SECRET = (
process.env.REGISTRATION_SHARED_SECRET || 'complement'
);
Expand Down

0 comments on commit 88be70c

Please sign in to comment.