Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
if: runner.os == 'Windows'
- name: Run smoketests
# Note: clear_database and replication only work in private
run: python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication
# zz_docker disabled temporarily until https://github.com/clockworklabs/SpacetimeDB/issues/2965
run: python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication zz_docker
- name: Stop containers (Linux)
if: always() && runner.os == 'Linux'
run: docker compose down
Expand Down
Loading