Skip to content

Commit

Permalink
full build test
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-panasiuk committed Feb 12, 2024
1 parent 9967060 commit ff8443c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ jobs:
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
run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml
- 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
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
Expand Down

0 comments on commit ff8443c

Please sign in to comment.