From f62e3bad2df205d3012c7d770d5bbd2833b13497 Mon Sep 17 00:00:00 2001 From: Stas Panasiuk Date: Tue, 13 Feb 2024 11:51:26 -0500 Subject: [PATCH] full build --- .github/workflows/build_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 3f5d88418..1345528e2 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -30,9 +30,9 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Build with Maven - run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml -pl flink-stellar -am + run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml - name: Test with Maven - run: mvn -B test --file flink-cyber/pom.xml -pl flink-stellar -am + 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 - name: Update dependency graph