diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 0af129382..ccc7b690a 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -33,12 +33,12 @@ jobs: key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven- -# - name: Build with Maven -# # FIXME once flink-stellar builds as expected, remove the following part: -pl flink-stellar -am -# run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml -pl flink-stellar -am -# - name: Test with Maven -# # FIXME once flink-stellar builds as expected, remove the following part: -pl flink-stellar -am -# run: mvn -B test --file flink-cyber/pom.xml -pl flink-stellar -am + - name: Build with Maven + # FIXME once flink-stellar builds as expected, remove the following part: -pl flink-stellar -am + run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml -pl flink-stellar -am + - name: Test with Maven + # FIXME once flink-stellar builds as expected, remove the following part: -pl flink-stellar -am + run: mvn -B test --file flink-cyber/pom.xml -pl flink-stellar -am # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph