Fix: 6
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Gitea Actions Demo / mvnBuild (push) Failing after 41s

This commit is contained in:
dadgam3er 2024-09-09 18:09:47 -04:00
parent 138a002f1b
commit b3354847de

View File

@ -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