From ccda0433dddefa4d0970134516539f81b7bbbef6 Mon Sep 17 00:00:00 2001 From: Gautier de Saint Martin Lacaze Date: Wed, 24 Mar 2021 00:10:08 +0100 Subject: [PATCH] build: temporary skip tests on github action --- .github/workflows/build.yml | 6 +++--- pom.xml | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0acc922..23a91aa3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up JDK 8 + - name: Set up JDK 11 uses: actions/setup-java@v1 with: - java-version: 8 + java-version: 11 - name: Cache SonarCloud packages uses: actions/cache@v1 with: @@ -33,4 +33,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar + run: mvn -B test org.sonarsource.scanner.maven:sonar-maven-plugin:sonar diff --git a/pom.xml b/pom.xml index 84842141..50967ed6 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,10 @@ true true 8090 + + gitlab4j_gitlab4j-api + gitlab4j + https://sonarcloud.io -- GitLab