Skip to content
Snippets Groups Projects
Unverified Commit d736678b authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Try `dorny/test-reporter` (#27194)

parent ddcad414
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,9 @@ runs:
run: clojure -X:dev:ci:ee:ee-dev:drivers:drivers-dev:test ${{ inputs.test-args }}
shell: bash
- name: Publish Test Report (JUnit)
uses: mikepenz/action-junit-report@v3
uses: dorny/test-reporter@v1
if: always()
with:
report_paths: 'target/junit/**/*_test.xml'
check_name: JUnit Test Report ${{ inputs.junit-name }}
path: 'target/junit/**/*_test.xml'
name: JUnit Test Report ${{ inputs.junit-name }}
reporter: java-junit
......@@ -107,11 +107,12 @@ jobs:
run: clojure -X:dev:ci:test:${{ matrix.edition }}:${{ matrix.edition }}-dev
- name: Publish Test Report (JUnit)
uses: mikepenz/action-junit-report@v3
uses: dorny/test-reporter@v1
if: always()
with:
report_paths: 'target/junit/**/*_test.xml'
check_name: JUnit Test Report be-tests-java-${{ matrix.java-version }}-${{ matrix.edition }}
path: 'target/junit/**/*_test.xml'
name: JUnit Test Report be-tests-java-${{ matrix.java-version }}-${{ matrix.edition }}
reporter: java-junit
# checks that all the namespaces we actually ship can be compiled, without any dependencies that we don't ship (such
# as `:dev` dependencies). See #27009 for more context.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment