chore: Remove as instalações de jq do workflow deploy_check e de postgresql-client do workflow run_foss_spec.

This commit is contained in:
Rodrigo Borba 2026-01-25 14:14:10 -03:00
parent a3d2b6c88c
commit 16b3703c0a
2 changed files with 0 additions and 3 deletions

View File

@ -16,8 +16,6 @@ jobs:
name: Check Deployment
runs-on: [self-hosted, oracle-arm]
steps:
- name: Install jq
run: sudo apt-get install -y jq
- name: Print Deployment URL
run: echo "https://chatwoot-pr-${{ github.event.pull_request.number }}.herokuapp.com"
- name: Check Deployment Status

View File

@ -73,7 +73,6 @@ jobs:
- name: Wait for services
run: |
echo "Waiting for services to be ready..."
sudo apt-get update && sudo apt-get install -y postgresql-client
attempt=0
until pg_isready -h localhost -p $POSTGRES_PORT || [ $attempt -eq 5 ]; do
sleep 2