Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avdb13 committed Apr 24, 2024
1 parent 64171e6 commit 7338997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ jobs:
run: |
echo DOCKER_USER=$(id -u):$(id -g) >> $GITHUB_ENV
- name: Create Homeserver Configuration For Synapse
run: just gen_synapse_conf

- name: Use Test Homeserver
- name: Use Test Homeserver Configuration
run: |
cp ./crates/test/fixtures/synapse/* ./docker/synapse
cat ./docker/synapse/homeserver.yaml
Expand Down
3 changes: 2 additions & 1 deletion crates/test/fixtures/synapse/homeserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ rc_invites:
burst_count: 1000

enable_registration: true
enable_registration_without_verification: true
# enable_registration_without_verification: true
registration_requires_token: true

0 comments on commit 7338997

Please sign in to comment.