CI: Remove diagnosis step from integration test job
All checks were successful
Pipeline / UI Lint (push) Successful in 57s
Pipeline / API Unit Tests (push) Successful in 20s
Pipeline / API Lint (push) Successful in 9s
Pipeline / UI Tests (push) Successful in 1m33s
Pipeline / API Integration Tests (push) Successful in 27s
Pipeline / Build & Push API Image (push) Successful in 2m56s
Pipeline / Build & Push UI Image (push) Successful in 3m5s

This commit is contained in:
2026-05-10 19:53:14 -04:00
parent 0dc350d534
commit b00c52baa3

View File

@@ -147,13 +147,6 @@ jobs:
--health-timeout 5s --health-timeout 5s
--health-retries 10 --health-retries 10
steps: steps:
- name: Diagnose
run: |
echo "=== resolv.conf ==="
cat /etc/resolv.conf
echo "=== Service DNS ==="
getent hosts postgres || echo "postgres: not in DNS"
getent hosts minio || echo "minio: not in DNS"
- name: Install Node and curl (for JS actions and mc) - name: Install Node and curl (for JS actions and mc)
run: | run: |
apt-get update -qq apt-get update -qq