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