We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ced60 commit faaad58Copy full SHA for faaad58
1 file changed
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
if: runner.os == 'Windows'
62
- name: Run smoketests
63
# Note: clear_database and replication only work in private
64
- run: python -m smoketests ${{ matrix.smoketest_args }} --docker -x clear_database replication
+ run: python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication
65
- name: Stop containers (Linux)
66
if: always() && runner.os == 'Linux'
67
run: docker compose down
0 commit comments