aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/maven.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 072cd348e..6af860e3b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,9 +32,9 @@ jobs:
ant -version
- name: Download + install test libraries
- run: ./mvnw -B --file libx/pom.xml compile
+ run: ./mvnw -B -U --file libx/pom.xml compile
- - name: Compile code
+ - name: Compile + package code
run: ./mvnw -B -DskipTests package --file pom.xml
- name: Run Tests