use Caddy CA in hurl options

This commit is contained in:
Mohammed Al Sahaf 2024-10-29 21:13:00 +00:00 committed by GitHub
parent b34c13c5cf
commit ddc2ca3e10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -25,7 +25,6 @@ http://localhost:8000 {
GET https://localhost:9443
[Options]
cacert: /home/codespace/.local/share/caddy/pki/authorities/local/root.crt
```
Hello
```