Skip to content

Commit b8fe584

Browse files
committed
Fix build action name
1 parent 67f1eca commit b8fe584

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-sbm-revamp.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: clean
2626
run: mvn clean
2727

28+
- name: spring-boot-migrator (pom)
29+
run: mvn --batch-mode install --projects :spring-boot-migrator
30+
2831
- name: test-helper (build + test)
2932
run: mvn --batch-mode install --projects :test-helper
3033

0 commit comments

Comments
 (0)