From e58508a9becce9367651d131a4db1af0f2a70dd9 Mon Sep 17 00:00:00 2001 From: Stas Panasiuk Date: Mon, 12 Feb 2024 14:40:46 -0500 Subject: [PATCH] possible github actions test fix --- .github/workflows/build_and_test.yml | 1 - flink-cyber/pom.xml | 3 --- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index c782fa9d0..1ee419762 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -30,7 +30,6 @@ jobs: - name: Build with Maven run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml - name: Test with Maven - continue-on-error: true run: mvn -B test --file flink-cyber/pom.xml # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive diff --git a/flink-cyber/pom.xml b/flink-cyber/pom.xml index ccecc9726..028e3e906 100644 --- a/flink-cyber/pom.xml +++ b/flink-cyber/pom.xml @@ -591,9 +591,6 @@ true - - idea.version -