This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new fdbebda7 Also skip tests
fdbebda7 is described below
commit fdbebda70ebe2f94d529ca435cd88a72af125561
Author: Sebb <[email protected]>
AuthorDate: Fri Dec 22 13:32:45 2023 +0000
Also skip tests
---
.github/workflows/maven_crosstest.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven_crosstest.yml
b/.github/workflows/maven_crosstest.yml
index 9a769c4a..4946f92b 100644
--- a/.github/workflows/maven_crosstest.yml
+++ b/.github/workflows/maven_crosstest.yml
@@ -136,7 +136,7 @@ jobs:
# Note: spdx.skip requires version 0.7.1+
run: |
ls -l target
- mvn -V -B -ntp deploy -Drat.skip -Djacoco.skip -DbuildNumber.skip
-Danimal.sniffer.skip -Dcyclonedx.skip -Dspdx.skip
+ mvn -V -B -ntp deploy -DskipTests -Drat.skip -Djacoco.skip
-DbuildNumber.skip -Danimal.sniffer.skip -Dcyclonedx.skip -Dspdx.skip
ls -l target
# At some point would like to run the cross tests using only the jars
# In the meantime, use the target class structure