We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a15d8 commit b34c13cCopy full SHA for b34c13c
.github/workflows/ci.yml
@@ -222,7 +222,7 @@ jobs:
222
- name: Run tests with Hurl
223
run: |
224
mkdir hurl-report
225
- find . -name *.hurl -exec hurl --variables-file caddytest/spec/hurl_vars.properties --very-verbose --verbose --test --report-junit hurl-report/junit.xml --color {} \;
+ 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 {} \;
226
227
- name: Publish Test Results
228
uses: EnricoMi/publish-unit-test-result-action@v2
0 commit comments