Skip to content

Commit b34c13c

Browse files
authored
limit hurl jobs to 1
1 parent 18a15d8 commit b34c13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
- name: Run tests with Hurl
223223
run: |
224224
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 {} \;
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 {} \;
226226
227227
- name: Publish Test Results
228228
uses: EnricoMi/publish-unit-test-result-action@v2

0 commit comments

Comments
 (0)