Skip to content

Commit

Permalink
setup-graalvm takes care of adjusting the environment on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 9, 2022
1 parent 7122e2d commit 0b53fec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,8 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: mvn clean verify
if: ${{ runner.os != 'Windows' }}
run: ./mvnw clean verify -Pnative -Dmrm=false -B -ntp -e

- name: mvn clean verify
if: ${{ runner.os == 'Windows' }}
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
./mvnw clean verify -Pnative -Dmrm=false -B -ntp -e
- name: Upload daemon test logs
if: ${{ success() || failure() }}
uses: actions/upload-artifact@v2
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,8 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: mvn clean verify
if: ${{ runner.os != 'Windows' }}
run: ./mvnw clean verify -Pnative -Dmrm=false -B -ntp -e

- name: mvn clean verify
if: ${{ runner.os == 'Windows' }}
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
./mvnw clean verify -Pnative -Dmrm=false -B -ntp -e
- name: Upload daemon test logs
if: ${{ success() || failure() }}
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 0b53fec

Please sign in to comment.