Skip to content

Commit 1bac2cb

Browse files
committed
Fix a comment
1 parent d3fc3e1 commit 1bac2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: type -a python && python -m pip install tox
3636
- name: Run Docker health check
37-
# This probably solves nothing
37+
# Probably solves nothing, worth trying regardless
3838
run: |
3939
timeout 30s make wait_up
4040
if [ $? -eq 124 ]; then

0 commit comments

Comments
 (0)