File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 run : |
8282 # Our .dockerignore omits `target`, which our CI Dockerfile needs.
8383 rm .dockerignore
84- docker compose up -d
84+ docker compose -f .github/docker-compose.yml up -d
8585 - name : Build and start database (Windows)
8686 if : runner.os == 'Windows'
8787 run : |
@@ -104,7 +104,7 @@ jobs:
104104 run : python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication teams
105105 - name : Stop containers (Linux)
106106 if : always() && runner.os == 'Linux'
107- run : docker compose down
107+ run : docker compose -f .github/docker-compose.yml down
108108
109109 test :
110110 name : Test Suite
Original file line number Diff line number Diff line change 4848REMOTE_SERVER = False
4949
5050# default value can be overridden by `--compose-file` flag
51- COMPOSE_FILE = "./docker-compose.yml"
51+ COMPOSE_FILE = ".github /docker-compose.yml"
5252
5353# this will be initialized by main()
5454STDB_CONFIG = ''
You can’t perform that action at this time.
0 commit comments