Skip to content

Commit c0f42ad

Browse files
committed
Yay PowerShell
1 parent b7568fb commit c0f42ad

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)