Skip to content

Commit 67f1eca

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@ jobs:
2020

2121
- name: sbm-support-rewrite (build + test)
2222
working-directory: sbm-support-rewrite
23-
run: mvn --batch-mode clean package
23+
run: mvn --batch-mode clean install
2424

2525
- name: clean
2626
run: mvn clean
2727

2828
- name: test-helper (build + test)
29-
run: mvn --batch-mode package --projects :test-helper
29+
run: mvn --batch-mode install --projects :test-helper
3030

3131
- name: sbm-openrewrite (build + test)
32-
run: mvn --batch-mode package --projects :test-helper, :sbm-openrewrite
32+
run: mvn --batch-mode install --projects :sbm-openrewrite
3333

3434
- name: sbm-core (build)
35-
run: mvn -DskipTests --batch-mode package --projects :sbm-core
35+
run: mvn -DskipTests --batch-mode install --projects :sbm-core
3636

3737
- name: recipe-test-support (build)
38-
run: mvn -DskipTests --batch-mode package --projects :recipe-test-support
38+
run: mvn -DskipTests --batch-mode install --projects :recipe-test-support
3939

4040
- name: sbm-support-boot (build)
41-
run: mvn -DskipTests --batch-mode --projects :sbm-support-boot package
41+
run: mvn -DskipTests --batch-mode install --projects :sbm-support-boot
4242

4343
- name: sbm-support-jee (build)
44-
run: mvn -DskipTests --batch-mode --projects :sbm-support-jee
44+
run: mvn -DskipTests --batch-mode install --projects :sbm-support-jee
4545

4646
- name: sbm-support-weblogic (build)
47-
run: mvn -DskipTests --batch-mode --projects :sbm-support-weblogic
47+
run: mvn -DskipTests --batch-mode install --projects :sbm-support-weblogic
4848

4949
- name: sbm-recipes-jee-to-boot (build)
5050
run: mvn -DskipTests --batch-mode --projects :sbm-recipes-jee-to-boot

0 commit comments

Comments
 (0)