mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-14 14:56:27 +03:00
remove of --cafile
in hurl
This commit is contained in:
parent
ddc2ca3e10
commit
7ea59f0d49
2 changed files with 2 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -222,7 +222,7 @@ jobs:
|
||||||
- name: Run tests with Hurl
|
- name: Run tests with Hurl
|
||||||
run: |
|
run: |
|
||||||
mkdir hurl-report
|
mkdir hurl-report
|
||||||
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 {} \;
|
find . -name *.hurl -exec hurl --jobs 1 --variables-file caddytest/spec/hurl_vars.properties --very-verbose --verbose --test --report-junit hurl-report/junit.xml --color {} \;
|
||||||
|
|
||||||
- name: Publish Test Results
|
- name: Publish Test Results
|
||||||
uses: EnricoMi/publish-unit-test-result-action@v2
|
uses: EnricoMi/publish-unit-test-result-action@v2
|
||||||
|
|
|
@ -25,6 +25,7 @@ http://localhost:8000 {
|
||||||
|
|
||||||
GET https://localhost:9443
|
GET https://localhost:9443
|
||||||
[Options]
|
[Options]
|
||||||
|
insecure: true
|
||||||
```
|
```
|
||||||
Hello
|
Hello
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue