1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-08-16 18:01:35 +00:00

tests: make complement work & switch to Caddyfile

This commit is contained in:
Matthias Ahouansou 2025-07-15 21:50:23 +01:00
parent ed5b0514f5
commit f317447b77
No known key found for this signature in database
4 changed files with 38 additions and 77 deletions

View file

@ -33,5 +33,5 @@ cat "$LOG_FILE" | jq -c '
select(
(.Action == "pass" or .Action == "fail" or .Action == "skip")
and .Test != null
) | {Action: .Action, Test: .Test}
) | {Test: .Test, Action: .Action}
' | sort > "$RESULTS_FILE"