Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Mar 14, 2023
1 parent 8d7a750 commit e9d0353
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/mal_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ jobs:
continue-on-error: true
run: mvn test -fae --no-transfer-progress

- name: ✔️ Generate Report
uses: Katsute/Workflows/actions/java/report@main
- name: 📤 Checkout JUnit Report
uses: actions/checkout@v3
with:
repository: Katsute/JUnit-Report
ref: de7738388a346bf154c05cda387c31ae4fed0b00
path: ./.github/junit-report
token: ${{ secrets.BOT }}
path: .

- name: ✔️ Generate Report
uses: ./.github/junit-report
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.0.3

### 📘 Dependencies

* 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))
* 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))

**Full Changelog**: [`3.0.2...3.0.3`](https://github.com/KatsuteDev/Mal4J/compare/3.0.2...3.0.3)

## 3.0.2

### 🔧 Optimizations
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.katsute</groupId>
<artifactId>mal4j</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>

<profiles>
<profile>
Expand Down

0 comments on commit e9d0353

Please sign in to comment.