Fix: 6
This commit is contained in:
parent
138a002f1b
commit
b3354847de
@ -26,4 +26,8 @@ jobs:
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
- name: Install Maven
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y maven
|
||||
- run: mvn test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user