Skip to content

Commit

Permalink
Fix build action name
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Sep 25, 2023
1 parent 67f1eca commit b8fe584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-sbm-revamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: clean
run: mvn clean

- name: spring-boot-migrator (pom)
run: mvn --batch-mode install --projects :spring-boot-migrator

- name: test-helper (build + test)
run: mvn --batch-mode install --projects :test-helper

Expand Down

0 comments on commit b8fe584

Please sign in to comment.