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

[CI] Bump junit report action to v3 (#26400)

parent a2a3d517
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ runs:
run: clojure -X:dev:ci:ee:ee-dev:drivers:drivers-dev:test
shell: bash
- name: Publish Test Report (JUnit)
uses: mikepenz/action-junit-report@v2
uses: mikepenz/action-junit-report@v3
if: always()
with:
report_paths: 'target/junit/**/*_test.xml'
......
......@@ -113,7 +113,7 @@ jobs:
- name: Run tests
run: clojure -X:dev:ci:test:${{ matrix.edition }}:${{ matrix.edition }}-dev
- name: Publish Test Report (JUnit)
uses: mikepenz/action-junit-report@v2
uses: mikepenz/action-junit-report@v3
if: always()
with:
report_paths: 'target/junit/**/*_test.xml'
......
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