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 6eec1f79081f1826cd6bd98db25ab73625cae25b
Author: Iliyan Velichkov <[email protected]>
AuthorDate: Wed Dec 13 10:36:21 2023 +0200

    enable tests execution
    
    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 ba0e00d6..03db07f1 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  -D skipTests -D maven.test.skip=true
+      run: mvn clean install
    
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2ead95aa..64e1e103 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  -D skipTests -D maven.test.skip=true
+      run: mvn -B package --file pom.xml
diff --git a/.github/workflows/pull-request.yml 
b/.github/workflows/pull-request.yml
index 72b4f5fb..d2d52a6d 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  -D skipTests -D maven.test.skip=true
+      run: mvn clean install

Reply via email to