From 537d0af3e0cf021672e4b00654867e108f0dd712 Mon Sep 17 00:00:00 2001 From: Stas Panasiuk Date: Mon, 12 Feb 2024 11:42:31 -0500 Subject: [PATCH] build without tests --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index c9b09e91b..e818f0583 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -28,7 +28,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn --version && mvn -B dependency:go-offline --file flink-cyber/pom.xml + run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph