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 1a3f3536 Split build and test into separate steps
1a3f3536 is described below

commit 1a3f35361ca96d836ed975b69ac35c674e44ca42
Author: Sebb <[email protected]>
AuthorDate: Thu Nov 16 10:29:33 2023 +0000

    Split build and test into separate steps
---
 .github/workflows/maven_crossbuild.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven_crossbuild.yml 
b/.github/workflows/maven_crossbuild.yml
index 8ee67009..00c7bd33 100644
--- a/.github/workflows/maven_crossbuild.yml
+++ b/.github/workflows/maven_crossbuild.yml
@@ -44,9 +44,10 @@ jobs:
       - uses: 
docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
         with:
             platforms: ${{ matrix.platform }}
-      - run: |
-          # Build package
+      - name: Build package
+        run: |
           docker compose -f src/docker/docker-compose.yaml run crypto 
src/docker/build.sh
-          # Run on platform
+      - name: Run on platform
+        run: |
           docker compose -f src/docker/docker-compose.yaml run crypto-${{ 
matrix.platform }} \
             mvn -V -B -ntp surefire:test ${{ matrix.jna_override }}

Reply via email to