Skip to content

Commit 9d567d8

Browse files
authored
test on v2
1 parent 07f48c3 commit 9d567d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/mta_ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,13 @@ jobs:
7070
uses: actions/checkout@v4
7171
with:
7272
repository: KatsuteDev/junit-report
73-
ref: d65382e567cac7998d3ab99bdc2332b8e3580afd
73+
ref: v2-dev
7474
path: ./.junit-report
7575
token: ${{ steps.auth.outputs.token }}
7676

7777
- name: Generate Report
7878
if: ${{ env.authenticated }}
79-
uses: ./.junit-report
79+
uses: ./.junit-report
80+
with:
81+
name: MTA CI [${{ matrix.group }}] (Java ${{ matrix.java }})
82+
token: ${{ steps.auth.outputs.token }}

0 commit comments

Comments
 (0)