Skip to content

Commit 8f21648

Browse files
committed
update deps
1 parent 77010b6 commit 8f21648

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/pr-functional-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Emitting run result of functional test
4444
if: always()
45-
uses: dorny/test-reporter@v2.1.0
45+
uses: dorny/test-reporter@v2.1.1
4646
with:
4747
name: 'Functional tests'
4848
working-directory: 'target/failsafe-reports'

.github/workflows/pr-java-ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,18 @@ jobs:
3232

3333
- name: Build with Maven
3434
run: mvn -B package --file extra/pom.xml
35+
36+
- name: Emitting run result of functional test
37+
if: always()
38+
uses: dorny/test-reporter@v2.1.1
39+
with:
40+
name: 'Unit tests'
41+
working-directory: 'target/surefire-reports'
42+
path: 'TEST-*.xml'
43+
reporter: java-junit
44+
use-actions-summary: 'true'
45+
list-suites: 'failed'
46+
list-tests: 'failed'
47+
fail-on-error: true
48+
fail-on-empty: true
49+
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr-module-functional-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Emitting run result of functional test
4848
if: always()
49-
uses: dorny/test-reporter@v2.1.0
49+
uses: dorny/test-reporter@v2.1.1
5050
with:
5151
name: 'Module functional tests'
5252
working-directory: 'target/failsafe-reports'

0 commit comments

Comments
 (0)