From ba0a0a9979e4c40819c997af5267c4335c4a72f6 Mon Sep 17 00:00:00 2001 From: cduby Date: Wed, 3 Apr 2024 09:11:52 -0400 Subject: [PATCH] [CYB-207] temporary change to run just problem module --- .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 c93a241f7..7ce2bfe25 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -28,7 +28,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Build and Test with Maven - run: mvn -B package --file flink-cyber/pom.xml + run: mvn -B package -am -pl flink-enrichment/flink-enrichment-lookup-rest --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 uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6