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 59c5ad0 commit a6ffaf5Copy full SHA for a6ffaf5
.github/workflows/test-docker.yml
@@ -22,12 +22,12 @@ jobs:
22
sleep 20 # Wait for services to start
23
24
echo "--- Service Status ---"
25
- docker exec univpn-test supervisorctl status
+ docker exec univpn-test supervisorctl -c /etc/supervisor/supervisord.conf status
26
27
echo "--- Resource Consumption ---"
28
docker stats --no-stream univpn-test
29
30
echo "--- Service Startup Times ---"
31
- docker exec univpn-test supervisorctl status | awk '{print $1, $4}'
+ docker exec univpn-test supervisorctl -c /etc/supervisor/supervisord.conf status | awk '{print $1, $4}'
32
33
docker stop univpn-test
0 commit comments