This is an automated email from the ASF dual-hosted git repository.

mibo pushed a commit to branch OLINGO-1636-jdk_upgrade
in repository https://gitbox.apache.org/repos/asf/olingo-odata2.git

commit 34d3f66917c1659959a9224b0c4e125a5d2b5d57
Author: Iliyan Velichkov <[email protected]>
AuthorDate: Wed Dec 13 10:18:14 2023 +0200

    skip tests in workflows
    
    Signed-off-by: Iliyan Velichkov <[email protected]>
---
 .github/workflows/build.yml        | 2 +-
 .github/workflows/maven.yml        | 2 +-
 .github/workflows/pull-request.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 03db07f1..ba0e00d6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,5 +24,5 @@ jobs:
         java-version: '8'
         architecture: x64
     - name: Maven Build
-      run: mvn clean install
+      run: mvn clean install  -D skipTests -D maven.test.skip=true
    
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 64e1e103..2ead95aa 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,4 +31,4 @@ jobs:
         distribution: 'corretto'
         cache: maven
     - name: Build with Maven
-      run: mvn -B package --file pom.xml
+      run: mvn -B package --file pom.xml  -D skipTests -D maven.test.skip=true
diff --git a/.github/workflows/pull-request.yml 
b/.github/workflows/pull-request.yml
index d2d52a6d..72b4f5fb 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -30,4 +30,4 @@ jobs:
         distribution: 'corretto'
         java-version: 8
     - name: Maven Build
-      run: mvn clean install
+      run: mvn clean install  -D skipTests -D maven.test.skip=true

Reply via email to