diff options
Diffstat (limited to '.github/workflows/maven.yml')
-rw-r--r-- | .github/workflows/maven.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5ab310b94..bd6b9de64 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: ant -version - name: Download + install test libraries - run: ./mvnw -B --settings .mvn/settings-read-github-packages.xml --file libx/pom.xml compile + run: ./mvnw -B --settings .mvn/settings-read-github-packages.xml --file lib/pom.xml compile - name: Compile + package code run: ./mvnw -B --settings .mvn/settings-read-github-packages.xml --file pom.xml -DskipTests package |