Skip to content

Commit

Permalink
dependency graph fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-panasiuk committed Feb 12, 2024
1 parent 537d0af commit ae0a216
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
push:
branches: [ "develop", "build_and_test_ci_draft" ]
pull_request:
branches: [ "develop", "build_and_test_ci" ]
branches: [ "develop"]

jobs:
build:
Expand All @@ -29,7 +29,11 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml
# - name: Test with Maven
# 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
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
with:
maven-args: --file flink-cyber/pom.xml

0 comments on commit ae0a216

Please sign in to comment.