Skip to content

Commit 3fb016d

Browse files
authored
Apply suggestion from @bfops
Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
1 parent 4070974 commit 3fb016d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
# Note: clear_database and replication only work in private
116116
run: python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication teams
117117
if: runner.os == 'Windows'
118-
- name: Run smoketests
118+
- name: Run smoketests (Linux)
119119
# Note: clear_database and replication only work in private
120120
run: cargo ci smoketests -- ${{ matrix.smoketest_args }} -x clear_database replication teams
121121
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)