We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4070974 commit 3fb016dCopy full SHA for 3fb016d
1 file changed
.github/workflows/ci.yml
@@ -115,7 +115,7 @@ jobs:
115
# Note: clear_database and replication only work in private
116
run: python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication teams
117
if: runner.os == 'Windows'
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