Skip to content

Commit fb7c3f6

Browse files
committed
*Install jacuzzi before testing demo
1 parent 2bd1bcb commit fb7c3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
run: |
2424
cd code
2525
mvn --batch-mode validate
26-
- name: Package
26+
- name: Install
2727
run: |
2828
cd code
29-
mvn --batch-mode package
29+
mvn --batch-mode install
3030
- name: Test additional projects
3131
run: |
3232
PROJECTS="demo"

0 commit comments

Comments
 (0)