This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch sebb-mac-test
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/sebb-mac-test by this push:
     new 11ba490  Test all 3 OS
11ba490 is described below

commit 11ba490f8b3b64eceb9ea20f2954cfc0f2d75c1a
Author: Sebb <[email protected]>
AuthorDate: Fri Jul 1 15:36:49 2022 +0100

    Test all 3 OS
---
 .github/workflows/maventest.yml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/maventest.yml b/.github/workflows/maventest.yml
index fed2ed6..53d57c3 100644
--- a/.github/workflows/maventest.yml
+++ b/.github/workflows/maventest.yml
@@ -30,19 +30,13 @@ jobs:
     strategy:
       matrix:
         # Look for older version of crypto library
-        os: [macos-10.14]
+        os: [macos-10.14 ubuntu-latest windows-latest]
         java: [ 8 ]
         experimental: [false]
       fail-fast: false
         
     steps:
     - uses: actions/checkout@v3
-    - uses: actions/[email protected]
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v3
       with:
@@ -60,6 +54,6 @@ jobs:
       env:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
       run: |
-        mvn --no-transfer-progress process-classes
+        mvn -Drat.skip -Danimal.snuffer.skip --no-transfer-progress 
test-compile
         mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto"
         mvn -q exec:java 
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"

Reply via email to