This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
The following commit(s) were added to refs/heads/master by this push:
new 1133e13 Run install instead of package to run itests as well on GHA
1133e13 is described below
commit 1133e132346c5a68d65b07ca890e6a209bc4087f
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Dec 16 22:26:21 2024 +0100
Run install instead of package to run itests as well on GHA
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 912794f..05327d4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -55,4 +55,4 @@ jobs:
cache: 'maven'
- name: Build with Maven
- run: ./mvnw -e -B -V -ntp clean package site
+ run: ./mvnw -e -B -V -ntp clean install site