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:
parent
a3d2b6c88c
commit
16b3703c0a
2
.github/workflows/deploy_check.yml
vendored
2
.github/workflows/deploy_check.yml
vendored
@ -16,8 +16,6 @@ jobs:
|
|||||||
name: Check Deployment
|
name: Check Deployment
|
||||||
runs-on: [self-hosted, oracle-arm]
|
runs-on: [self-hosted, oracle-arm]
|
||||||
steps:
|
steps:
|
||||||
- name: Install jq
|
|
||||||
run: sudo apt-get install -y jq
|
|
||||||
- name: Print Deployment URL
|
- name: Print Deployment URL
|
||||||
run: echo "https://chatwoot-pr-${{ github.event.pull_request.number }}.herokuapp.com"
|
run: echo "https://chatwoot-pr-${{ github.event.pull_request.number }}.herokuapp.com"
|
||||||
- name: Check Deployment Status
|
- name: Check Deployment Status
|
||||||
|
|||||||
1
.github/workflows/run_foss_spec.yml
vendored
1
.github/workflows/run_foss_spec.yml
vendored
@ -73,7 +73,6 @@ jobs:
|
|||||||
- name: Wait for services
|
- name: Wait for services
|
||||||
run: |
|
run: |
|
||||||
echo "Waiting for services to be ready..."
|
echo "Waiting for services to be ready..."
|
||||||
sudo apt-get update && sudo apt-get install -y postgresql-client
|
|
||||||
attempt=0
|
attempt=0
|
||||||
until pg_isready -h localhost -p $POSTGRES_PORT || [ $attempt -eq 5 ]; do
|
until pg_isready -h localhost -p $POSTGRES_PORT || [ $attempt -eq 5 ]; do
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user