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