SpringBoot3升级 (#1947)
Some checks failed
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled

This commit is contained in:
mislayming
2024-12-11 17:09:20 +08:00
committed by GitHub
parent f6622319a4
commit 07f6be51c7
91 changed files with 246 additions and 253 deletions

View File

@@ -37,9 +37,9 @@ jobs:
- name: Install Maven with retry
run: |
for i in {1..5}; do
for i in {1..5}; do
dnf install -y maven && break || sleep 15
done
done
- name: Verify Java and Maven installation
run: |
@@ -57,4 +57,5 @@ jobs:
run: mvn -B package --file pom.xml
- name: Test with Maven
run: mvn test
run: mvn test