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