Skip to content

Commit

Permalink
try: use expected homeserver
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Nov 20, 2023
1 parent b0d8599 commit 13e3c31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
--env-file .env \
matrixdotorg/synapse:v1.96.1 generate
- name: Use Test Homeserver
run: |
sudo cp -f ./crates/test/fixtures/synapse/homeserver.yaml ./docker/synapse/homeserver.yaml
- name: E2E Tests
run: |
docker compose up -d
Expand Down

0 comments on commit 13e3c31

Please sign in to comment.