Skip to content

Commit

Permalink
use Caddy CA in hurl options
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed90 authored Oct 29, 2024
1 parent b34c13c commit d196843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ jobs:
- name: Run tests with Hurl
run: |
export CADDY_DATA=$HOME/.local/share/caddy/pki/authorities/local/root.crt
mkdir hurl-report
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 {} \;
Expand Down
2 changes: 1 addition & 1 deletion caddytest/spec/http/requestbody/spec.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ http://localhost:8000 {

GET https://localhost:9443
[Options]
cacert: /home/codespace/.local/share/caddy/pki/authorities/local/root.crt
cacert: {{CADDY_DATA}}
```
Hello
```
Expand Down

0 comments on commit d196843

Please sign in to comment.