Skip to content

Commit

Permalink
Add cases to CI/CD publish jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Oct 23, 2022
1 parent f98110e commit 5d01af9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-cd.yml
Expand Up @@ -169,6 +169,7 @@ jobs:
check_name: Test Results (Dockerfile)
junit_files: "artifacts/**/*.xml"
json_file: "tests.json"
json_test_case_results: true
log_level: DEBUG

- name: JSON output
Expand Down Expand Up @@ -304,6 +305,8 @@ jobs:
INPUT_CHECK_NAME: Test Results (Docker Image)
INPUT_JUNIT_FILES: "artifacts/**/*.xml"
INPUT_JSON_FILE: "tests.json"
INPUT_JSON_TEST_CASE_RESULT: true


- name: JSON output
uses: ./misc/action/json-output
Expand Down Expand Up @@ -429,6 +432,7 @@ jobs:
check_name: Test Results (${{ matrix.os-label }} python ${{ matrix.python }})
junit_files: "artifacts${{ steps.os.outputs.path-sep }}**${{ steps.os.outputs.path-sep }}*.xml"
json_file: "tests.json"
json_test_case_results: true

- name: JSON output
uses: ./misc/action/json-output
Expand Down Expand Up @@ -479,6 +483,7 @@ jobs:
check_name: Test Results (setup-python)
junit_files: "artifacts/**/*.xml"
json_file: "tests.json"
json_test_case_results: true

- name: JSON output
uses: ./misc/action/json-output
Expand Down Expand Up @@ -522,6 +527,7 @@ jobs:
xunit_files: "test-files/xunit/**/*.xml"
trx_files: "test-files/trx/**/*.trx"
json_file: "tests.json"
json_test_case_results: true
log_level: DEBUG

- name: JSON output
Expand Down Expand Up @@ -563,6 +569,7 @@ jobs:
fail_on: nothing
junit_files: "test-files/pytest/junit.gloo.standalone.xml"
json_file: "tests.json"
json_test_case_results: true
log_level: DEBUG

- name: JSON output
Expand Down

0 comments on commit 5d01af9

Please sign in to comment.