mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-09 10:59:14 +00:00
Disable mrm on the CI
This commit is contained in:
6
.github/workflows/verify.yaml
vendored
6
.github/workflows/verify.yaml
vendored
@@ -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() }}
|
||||
|
Reference in New Issue
Block a user