From 7ea59f0d4980d0e7a6124bb0d8083734bb8b9403 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Tue, 29 Oct 2024 21:23:34 +0000 Subject: [PATCH] remove of `--cafile` in hurl --- .github/workflows/ci.yml | 2 +- caddytest/spec/http/requestbody/spec.hurl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99cc26d3c..ef965da34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,7 +222,7 @@ jobs: - name: Run tests with Hurl run: | mkdir hurl-report - find . -name *.hurl -exec hurl --cacert $HOME/.local/share/caddy/pki/authorities/local/root.crt --jobs 1 --variables-file caddytest/spec/hurl_vars.properties --very-verbose --verbose --test --report-junit hurl-report/junit.xml --color {} \; + find . -name *.hurl -exec hurl --jobs 1 --variables-file caddytest/spec/hurl_vars.properties --very-verbose --verbose --test --report-junit hurl-report/junit.xml --color {} \; - name: Publish Test Results uses: EnricoMi/publish-unit-test-result-action@v2 diff --git a/caddytest/spec/http/requestbody/spec.hurl b/caddytest/spec/http/requestbody/spec.hurl index 65a5912dd..3971fddd3 100644 --- a/caddytest/spec/http/requestbody/spec.hurl +++ b/caddytest/spec/http/requestbody/spec.hurl @@ -25,6 +25,7 @@ http://localhost:8000 { GET https://localhost:9443 [Options] +insecure: true ``` Hello ```