Skip to content

Commit 64b4734

Browse files
authored
use Caddy CA in hurl options
1 parent b34c13c commit 64b4734

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
- name: Run tests with Hurl
223223
run: |
224224
mkdir hurl-report
225-
find . -name *.hurl --jobs 1 -exec hurl --variables-file caddytest/spec/hurl_vars.properties --very-verbose --verbose --test --report-junit hurl-report/junit.xml --color {} \;
225+
find . -name *.hurl --cacert $HOME/.local/share/caddy/pki/authorities/local/root.crt -exec hurl --variables-file caddytest/spec/hurl_vars.properties --very-verbose --verbose --test --report-junit hurl-report/junit.xml --color {} \;
226226
227227
- name: Publish Test Results
228228
uses: EnricoMi/publish-unit-test-result-action@v2

caddytest/spec/http/requestbody/spec.hurl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ http://localhost:8000 {
2525

2626
GET https://localhost:9443
2727
[Options]
28-
cacert: /home/codespace/.local/share/caddy/pki/authorities/local/root.crt
2928
```
3029
Hello
3130
```

0 commit comments

Comments
 (0)