Skip to content

Commit

Permalink
CI: Clarifying that the reverse proxy should be up *before* Synapse.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoric committed Nov 18, 2021
1 parent 15510ad commit 1446b26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mx-tester.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: mjolnir

up:
# Launch the reverse proxy, listening for connections *only* on the local host.
- docker run --rm --network host --name mjolnir-test-reverse-proxy -p 127.0.0.1:8081:80 -v $MX_TEST_CWD/test/nginx.conf:/etc/nginx/nginx.conf:ro -d nginx
before:
# Launch the reverse proxy, listening for connections *only* on the local host.
- docker run --rm --network host --name mjolnir-test-reverse-proxy -p 127.0.0.1:8081:80 -v $MX_TEST_CWD/test/nginx.conf:/etc/nginx/nginx.conf:ro -d nginx
run:
- yarn test:integration
down:
Expand Down

0 comments on commit 1446b26

Please sign in to comment.