ci: mkdir before cp for nginx config validation
CI / Nginx config check (push) Failing after 34s
CI / Docker compose check (push) Successful in 35s
CI / Env docs check (push) Successful in 36s
CI / Frontend deps check (push) Failing after 37s
CI / Knip (push) Has been skipped
CI / Frontend a11y check (push) Has been skipped
CI / Go build (push) Successful in 45s
CI / Secrets scan (push) Successful in 51s
CI / go mod tidy (push) Successful in 23s
CI / Frontend build (push) Successful in 1m39s
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 vulnerabilities (push) Successful in 1m12s
CI / Go vet (push) Successful in 1m46s
CI / Staticcheck (push) Failing after 2m2s
CI / golangci-lint (push) Successful in 2m19s
CI / Security scan (gosec) (push) Failing after 2m53s
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 10:37:59 +01:00
parent 9e3c9323c3
commit 2a0b81e565
+1
View File
@@ -771,5 +771,6 @@ jobs:
- name: Validate nginx config - name: Validate nginx config
run: | run: |
mkdir -p /etc/nginx/conf.d
cp $(pwd)/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf cp $(pwd)/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
nginx -t nginx -t