File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v3
17- - name : Prepare the Docker image for Synapse `develop`
18- run : test/before_test.sh
17+ # When CI ran on BuildKite, we used to also run the following script to build a
18+ # Synapse docker image from scratch.
19+ # I leave it here for posterity and completeness.
20+ # - name: Prepare the Docker image for Synapse `develop`
21+ # run: test/before_test.sh
1922 - name : Setup services and launch tests
2023 run : docker-compose up --build --abort-on-container-exit
2124
Original file line number Diff line number Diff line change 11# A Dockerfile used for running tests.
22# This Dockerfile should work for other plug-ins, too.
33
4- FROM matrixdotorg/synapse:latest
4+ FROM matrixdotorg/synapse:develop
55
66# Install extension.
77WORKDIR /data
You can’t perform that action at this time.
0 commit comments