ci: install openssl for nginx dummy cert generation
CI / Docker compose check (push) Successful in 41s
CI / Env docs check (push) Successful in 44s
CI / Frontend major deps (push) Failing after 43s
CI / Frontend deps check (push) Failing after 45s
CI / Knip (push) Has been skipped
CI / Frontend a11y check (push) Has been skipped
CI / Nginx config check (push) Successful in 46s
CI / Go build (push) Successful in 48s
CI / Secrets scan (push) Successful in 55s
CI / Frontend build (push) Successful in 2m1s
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 vet (prod) (push) Successful in 2m36s
CI / Go vet (dev) (push) Successful in 2m36s
CI / go mod tidy (push) Successful in 1m29s
CI / Staticcheck (prod) (push) Failing after 2m42s
CI / Staticcheck (dev) (push) Failing after 2m48s
CI / golangci-lint (push) Successful in 3m30s
CI / Go vulnerabilities (push) Successful in 1m30s
CI / Security scan (prod) (push) Failing after 4m21s
CI / Security scan (dev) (push) Failing after 4m31s
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:13:20 +01:00
parent f0c5f53f3f
commit 6fd3d13540
+1
View File
@@ -912,6 +912,7 @@ jobs:
- name: Validate nginx config
run: |
apk add --no-cache openssl
mkdir -p /etc/nginx/http.d /etc/nginx/certs
cp $(pwd)/nginx/conf.d/default.conf /etc/nginx/http.d/default.conf
# Create dummy TLS certs so nginx -t can resolve ssl_certificate paths