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

This commit is contained in:
dadgam3er 2024-09-09 20:58:50 -04:00
parent 5d63c3055a
commit 860323f263

View File

@ -30,4 +30,5 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y maven sudo apt-get install -y maven
- run: echo "Starting maven test cases..., this may take a couple minutes."
- run: mvn test - run: mvn test