Skip to content

Commit b7568fb

Browse files
committed
ci: Re-enable zz_docker tests
1 parent 9244837 commit b7568fb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ jobs:
6161
if: runner.os == 'Windows'
6262
- name: Run smoketests
6363
# 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
64+
run: |
65+
python -m smoketests ${{ matrix.smoketest_args }} \
66+
--docker \
67+
-x clear_database replication
6668
- name: Stop containers (Linux)
6769
if: always() && runner.os == 'Linux'
6870
run: docker compose down

0 commit comments

Comments
 (0)