From: Alexander Kriegisch Date: Fri, 9 Apr 2021 08:18:44 +0000 (+0700) Subject: CI test still failing, try 'mvn -U' in order to refresh X-Git-Tag: V1_9_7_M2~21^2~30 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5e1551b46f734a0ee877119eef1de652edf6f77c;p=aspectj.git CI test still failing, try 'mvn -U' in order to refresh Signed-off-by: Alexander Kriegisch --- 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