We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c1c04 commit 28940fcCopy full SHA for 28940fc
1 file changed
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
run: sleep 3
43
44
- name: Check Caddy is running
45
- run: docker compose ps caddy | grep -q "running"
+ run: docker compose ps --format json | jq -e '.[] | select(.Name == "ssl-proxy") | .State == "running"'
46
47
- name: Test HTTP redirect
48
run: |
0 commit comments