Skip to content

Commit 488dba0

Browse files
committed
ci: Convince smoketests to output server logs
1 parent 2f64889 commit 488dba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: runner.os == 'Windows'
6262
- name: Run smoketests
6363
# Note: clear_database and replication only work in private
64-
run: python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication
64+
run: python -m smoketests ${{ matrix.smoketest_args }} --docker --compose-file docker-compose.yml -x clear_database replication
6565
- name: Stop containers (Linux)
6666
if: always() && runner.os == 'Linux'
6767
run: docker compose down

0 commit comments

Comments
 (0)