File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
caddytest/spec/http/requestbody Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ jobs:
222
222
- name : Run tests with Hurl
223
223
run : |
224
224
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 {} \;
226
226
227
227
- name : Publish Test Results
228
228
uses : EnricoMi/publish-unit-test-result-action@v2
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ http://localhost:8000 {
25
25
26
26
GET https://localhost:9443
27
27
[Options]
28
- cacert: /home/codespace/.local/share/caddy/pki/authorities/local/root.crt
29
28
```
30
29
Hello
31
30
```
You can’t perform that action at this time.
0 commit comments