We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca66340 commit 6979df5Copy full SHA for 6979df5
.github/workflows/ci.yml
@@ -61,7 +61,8 @@ 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 }} -x clear_database replication
+ # 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
66
- name: Stop containers (Linux)
67
if: always() && runner.os == 'Linux'
68
run: docker compose down
0 commit comments