Skip to content

Commit

Permalink
dependency graph dynamic directory
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-panasiuk committed Feb 12, 2024
1 parent 3154a8a commit 27584eb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
directory: ~/work/cybersec/cybersec/flink-cyber

0 comments on commit 27584eb

Please sign in to comment.