add opentracker svc check
Some checks failed
ci / build (push) Has been cancelled
ci / Tests & Checks (push) Failing after 15m34s

This commit is contained in:
CJ_Clippy 2025-02-13 01:49:39 -08:00
parent 8522237fe4
commit 2d8ca01ad1

View File

@ -78,6 +78,12 @@ jobs:
- name: Install apt packages - name: Install apt packages
run: apt-get update && apt-get install -y iputils-ping postgresql run: apt-get update && apt-get install -y iputils-ping postgresql
- name: Check opentracker pingability
run: ping -c 30 opentracker
- name: opentracker service check
run: curl http://opentracker:8666/stats
- name: Check postgres pingability - name: Check postgres pingability
run: ping -c 3 db run: ping -c 3 db