Skip to content

Commit

Permalink
change action runner sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed Jan 27, 2021
1 parent 2fbc00a commit 68ea904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- name: Test with Maven
run: arch -x86_64 .github/scripts/run-tests-${{ matrix.TARGET }}.sh
env:
TARGET: ${{ matrix.TARGET }}
env:
GROUP: ${{ matrix.GROUP }}
TARGET: ${{ matrix.TARGET }}

0 comments on commit 68ea904

Please sign in to comment.