Skip to content

Commit

Permalink
restore junit report
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute authored Jan 18, 2024
1 parent bae0d52 commit 15ec6dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
name: Java CI
uses: KatsuteDev/Workflows/.github/workflows/java.ci.yml@main
with:
package: true
package: true
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/mta_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
uses: actions/checkout@v4
with:
repository: Katsute/JUnit-Report
ref: f8c3faa29af146ae5945a2bfa2a8fc6b34c1c216
ref: 862f2f943b2274619fe0ed4ef9d8bbe965607a1f
path: ./.github/junit-report
token: ${{ secrets.BOT }}
token: ${{ secrets.JUNIT_PAT }}

- name: Generate Report
uses: ./.github/junit-report

0 comments on commit 15ec6dd

Please sign in to comment.