Fix github checks

This commit is contained in:
Guillaume Nodet 2021-12-02 08:36:32 +01:00
parent 5bc395fd08
commit 803c215554
1 changed files with 1 additions and 27 deletions

View File

@ -46,20 +46,6 @@ jobs:
name: built-maven
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:
needs: build
strategy:
@ -123,18 +109,6 @@ jobs:
name: 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
uses: actions/setup-java@v2
with:
@ -144,4 +118,4 @@ jobs:
- name: Running integration tests
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