We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fc3e1 commit 1bac2cbCopy full SHA for 1bac2cb
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install dependencies
35
run: type -a python && python -m pip install tox
36
- name: Run Docker health check
37
- # This probably solves nothing
+ # Probably solves nothing, worth trying regardless
38
run: |
39
timeout 30s make wait_up
40
if [ $? -eq 124 ]; then
0 commit comments