more worky to server
Build and Deploy Java Project / build-and-deploy (push) Successful in 1m11s

This commit is contained in:
allison
2026-08-27 18:11:58 -05:00
parent 858fa79ac7
commit 6556de2c09
+3
View File
@@ -20,6 +20,9 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Install Maven
run: sudo apt-get update && sudo apt-get install -y maven
- name: Build and Package with Maven
run: mvn clean package -DskipTests