diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index fb1631af0..2a6fcb11c 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -33,12 +33,15 @@ 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: 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 uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 with: - directory: /home/runner/work/cybersec/cybersec/flink-cyber \ No newline at end of file + directory: ~/work/cybersec/cybersec/flink-cyber \ No newline at end of file