Skip to content

Commit 89fa109

Browse files
Update CI.yml
1 parent 9ec8dc2 commit 89fa109

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/CI.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ jobs:
1212
uses: actions/[email protected]
1313
- name: print the files which are checkout
1414
run: ls
15+
- name: Setup java
16+
uses: actions/[email protected]
17+
with:
18+
java-version: 17
19+
- name: Building the code
20+
run: |
21+
mvn --batch-mode --update-snapshots verify
22+
ls
23+
24+
1525

1626

1727

0 commit comments

Comments
 (0)