Disable mrm on the CI

This commit is contained in:
Peter Palaga
2020-10-16 23:21:04 +02:00
parent 94e1e2e05d
commit 0569045ac8
4 changed files with 48 additions and 26 deletions

View File

@@ -38,7 +38,7 @@ jobs:
run: gu install native-image
- name: mvn clean verify
run: ./mvnw clean verify -Pnative -B -ntp -e
run: ./mvnw clean verify -Pnative -Dmrm=false -B -ntp -e
- name: Upload daemon test logs
if: ${{ success() || failure() }}
@@ -96,7 +96,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
./mvnw clean verify -Pnative -B -ntp -e
./mvnw clean verify -Pnative -Dmrm=false -B -ntp -e
- name: Upload daemon test logs
if: ${{ success() || failure() }}
@@ -126,7 +126,7 @@ jobs:
run: gu install native-image
- name: mvn clean verify
run: ./mvnw clean verify -Pnative -B -ntp -e
run: ./mvnw clean verify -Pnative -Dmrm=false -B -ntp -e
- name: Upload daemon test logs
if: ${{ success() || failure() }}