Skip to content

Commit a6ffaf5

Browse files
committed
fix: explicitly specify supervisorctl config file in test workflow
1 parent 59c5ad0 commit a6ffaf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
sleep 20 # Wait for services to start
2323
2424
echo "--- Service Status ---"
25-
docker exec univpn-test supervisorctl status
25+
docker exec univpn-test supervisorctl -c /etc/supervisor/supervisord.conf status
2626
2727
echo "--- Resource Consumption ---"
2828
docker stats --no-stream univpn-test
2929
3030
echo "--- Service Startup Times ---"
31-
docker exec univpn-test supervisorctl status | awk '{print $1, $4}'
31+
docker exec univpn-test supervisorctl -c /etc/supervisor/supervisord.conf status | awk '{print $1, $4}'
3232
3333
docker stop univpn-test

0 commit comments

Comments
 (0)