Skip to content

Commit faaad58

Browse files
committed
fixup! ci: Re-enable zz_docker tests
1 parent 42ced60 commit faaad58

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 }} --docker -x clear_database replication
64+
run: python -m smoketests ${{ matrix.smoketest_args }} -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)