mirror of https://github.com/apache/maven.git
Fix github checks
This commit is contained in:
parent
5bc395fd08
commit
803c215554
|
@ -46,20 +46,6 @@ jobs:
|
||||||
name: built-maven
|
name: built-maven
|
||||||
path: apache-maven/target/
|
path: apache-maven/target/
|
||||||
|
|
||||||
- name: Upload built Apache Maven Wrapper
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
|
||||||
with:
|
|
||||||
name: built-apache-maven-wrapper
|
|
||||||
path: apache-maven-wrapper/target/
|
|
||||||
|
|
||||||
- name: Upload built Maven Wrapper
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
|
||||||
with:
|
|
||||||
name: built-maven-wrapper
|
|
||||||
path: maven-wrapper/target/maven-wrapper.jar
|
|
||||||
|
|
||||||
integration-test:
|
integration-test:
|
||||||
needs: build
|
needs: build
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -123,18 +109,6 @@ jobs:
|
||||||
name: built-maven
|
name: built-maven
|
||||||
path: built-maven/
|
path: built-maven/
|
||||||
|
|
||||||
- name: Download built Apache Maven Wrapper
|
|
||||||
uses: actions/download-artifact@v2
|
|
||||||
with:
|
|
||||||
name: built-apache-maven-wrapper
|
|
||||||
path: built-apache-maven-wrapper/
|
|
||||||
|
|
||||||
- name: Download built Maven Wrapper
|
|
||||||
uses: actions/download-artifact@v2
|
|
||||||
with:
|
|
||||||
name: built-maven-wrapper
|
|
||||||
path: built-maven-wrapper/
|
|
||||||
|
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
|
@ -144,4 +118,4 @@ jobs:
|
||||||
|
|
||||||
- name: Running integration tests
|
- name: Running integration tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: mvn install -e -B -V -Prun-its,embedded -Dmaven.repo.local="$HOME/.m2/repository" -DmavenDistro="$GITHUB_WORKSPACE/built-maven/apache-maven-bin.zip" -DwrapperDistroDir="$GITHUB_WORKSPACE/built-apache-maven-wrapper/" -DmavenWrapper="$GITHUB_WORKSPACE/built-maven-wrapper/maven-wrapper.jar" -f maven-integration-testing/pom.xml
|
run: mvn install -e -B -V -Prun-its,embedded -Dmaven.repo.local="$HOME/.m2/repository" -DmavenDistro="$GITHUB_WORKSPACE/built-maven/apache-maven-bin.zip" -f maven-integration-testing/pom.xml
|
||||||
|
|
Loading…
Reference in New Issue