mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
SpringBoot3升级 (#1947)
This commit is contained in:
7
.github/workflows/centos-ci.yml
vendored
7
.github/workflows/centos-ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user