remove redundant checks
This commit is contained in:
parent
f56cb14f4e
commit
f39bb83185
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user