We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3a2ea9 + 3fb016d commit 77a71efCopy full SHA for 77a71ef
1 file changed
.github/workflows/ci.yml
@@ -111,11 +111,11 @@ jobs:
111
if: runner.os == 'Windows'
112
- name: Install python deps
113
run: python -m pip install -r smoketests/requirements.txt
114
- - name: Run smoketests windows
+ - name: Run smoketests (windows)
115
# Note: clear_database and replication only work in private
116
run: python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication teams
117
118
- - name: Run smoketests
+ - name: Run smoketests (Linux)
119
120
run: cargo ci smoketests -- ${{ matrix.smoketest_args }} -x clear_database replication teams
121
if: runner.os != 'Windows'
0 commit comments