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