remove redundant checks
Some checks failed
ci / build (push) Has been cancelled
ci / Tests & Checks (push) Has been cancelled

This commit is contained in:
CJ_Clippy 2025-02-20 10:12:58 -08:00
parent f56cb14f4e
commit f39bb83185

View File

@ -96,22 +96,6 @@ 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: tracker-helper service check (localhost)
run: curl http://localhost:5063/health
# - name: Check opentracker pingability
# run: ping -c 3 opentracker
- name: aquatic service check
run: curl -v http://localhost:9000
# - name: postgres service check
# env:
# PGPASSWORD: ${{ secrets.DB_PASS }}
# run: |
# echo "DB_HOST=${{vars.DB_HOST}}, DB_NAME=${{vars.DB_NAME}}, DB_USER=${{vars.DB_USER}}"
# psql --host=${{ vars.DB_HOST }} --port=5432 --dbname=${{ vars.DB_NAME }} --username=${{ vars.DB_USER }} --list
- name: Setup FFmpeg - name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v3 uses: FedericoCarboni/setup-ffmpeg@v3