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 ddc2ca3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Run tests with Hurl
run: |
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 {} \;
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 {} \;
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down
1 change: 0 additions & 1 deletion caddytest/spec/http/requestbody/spec.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ http://localhost:8000 {

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

0 comments on commit ddc2ca3

Please sign in to comment.