ci: add hosts entries so nginx -t can resolve upstream service names
CI / Env docs check (push) Successful in 36s
CI / Frontend deps check (push) Failing after 37s
CI / Frontend major deps (push) Successful in 37s
CI / Knip (push) Has been skipped
CI / Frontend a11y check (push) Has been skipped
CI / Go build (push) Successful in 37s
CI / Nginx config check (push) Failing after 41s
CI / Docker compose check (push) Successful in 41s
CI / Frontend build (push) Successful in 1m36s
CI / Secrets scan (push) Successful in 1m38s
CI / Svelte strict check (push) Has been skipped
CI / Frontend QC (audit) (push) Has been skipped
CI / Frontend QC (typecheck) (push) Has been skipped
CI / Frontend QC (lint) (push) Has been skipped
CI / go mod tidy (push) Successful in 42s
CI / Go vet (prod) (push) Successful in 1m43s
CI / Go vet (dev) (push) Successful in 1m55s
CI / Go vulnerabilities (push) Successful in 1m59s
CI / Staticcheck (prod) (push) Failing after 3m37s
CI / Staticcheck (dev) (push) Failing after 3m39s
CI / golangci-lint (push) Successful in 3m40s
CI / Security scan (dev) (push) Failing after 3m58s
CI / Security scan (prod) (push) Failing after 3m26s
CI / Tests (prod) (push) Has been skipped
CI / Tests (dev) (push) Has been skipped
CI / Race (prod) (push) Has been skipped
CI / Race (dev) (push) Has been skipped

This commit is contained in:
2026-07-10 11:00:20 +01:00
parent 6f557257bb
commit 5246ed3c64
+2
View File
@@ -912,4 +912,6 @@ jobs:
run: |
mkdir -p /etc/nginx/http.d
cp $(pwd)/nginx/conf.d/default.conf /etc/nginx/http.d/default.conf
# Add compose service names so nginx -t can resolve upstreams
echo "127.0.0.1 backend sabredav" >> /etc/hosts
nginx -t