Skip to content

Commit e9d0353

Browse files
authored
fix ci
1 parent 8d7a750 commit e9d0353

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.github/workflows/mal_ci.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,13 @@ jobs:
4141
continue-on-error: true
4242
run: mvn test -fae --no-transfer-progress
4343

44-
- name: ✔️ Generate Report
45-
uses: Katsute/Workflows/actions/java/report@main
44+
- name: 📤 Checkout JUnit Report
45+
uses: actions/checkout@v3
4646
with:
47+
repository: Katsute/JUnit-Report
48+
ref: de7738388a346bf154c05cda387c31ae4fed0b00
49+
path: ./.github/junit-report
4750
token: ${{ secrets.BOT }}
48-
path: .
51+
52+
- name: ✔️ Generate Report
53+
uses: ./.github/junit-report

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 3.0.3
4+
5+
### 📘 Dependencies
6+
7+
* Bump maven-compiler-plugin from 3.10.1 to 3.11.0 [#368](https://github.com/KatsuteDev/Mal4J/pull/368) ([@dependabot](https://github.com/dependabot))
8+
* Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 [#370](https://github.com/KatsuteDev/Mal4J/pull/370) ([@dependabot](https://github.com/dependabot))
9+
10+
**Full Changelog**: [`3.0.2...3.0.3`](https://github.com/KatsuteDev/Mal4J/compare/3.0.2...3.0.3)
11+
312
## 3.0.2
413

514
### 🔧 Optimizations

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.katsute</groupId>
88
<artifactId>mal4j</artifactId>
9-
<version>3.0.2</version>
9+
<version>3.0.3</version>
1010

1111
<profiles>
1212
<profile>

0 commit comments

Comments
 (0)