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-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new 37955e95 Try just java restriction
37955e95 is described below
commit 37955e9569bef27894004e17ff2fd230a1e2908f
Author: Sebb <[email protected]>
AuthorDate: Sun Apr 14 09:36:37 2024 +0100
Try just java restriction
[skip ci]
---
.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 c8968ea4..0cb73ccf 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -58,5 +58,5 @@ jobs:
run: mvn --show-version --batch-mode --no-transfer-progress
-DtrimStackTrace=false
- name: Check tests can be re-run
# No need to test on all OS/Java combinations
- if: ${{ matrix.java == '17' && matrix.os == 'ubuntu-latest' }}
+ if: ${{ matrix.java == '17' }}
run: mvn test