Skip to content

Commit

Permalink
Use a profile for to create the dependencies' graph.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 24, 2024
1 parent 3bdb683 commit 4494462
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
maven-version: 3.9.5
- name: Build and test with Maven
run: mvn -V --color always -ntp clean verify --file pom.xml '-Dgpg.skip' | tee maven.log
run: mvn -V --color always -ntp clean verify -Dgpg.skip -Ppit -Pdepgraph | tee maven.log
- name: Run Quality Monitor
uses: uhafner/quality-monitor@v1
with:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
status: ${{ steps.metrics.outputs.style }}
color: 'orange'
path: badges/style.svg
- name: Generate the badge SVG image for the style warnings
- name: Generate the badge SVG image for the bugs
uses: emibcn/[email protected]
with:
label: 'Bugs'
Expand All @@ -135,6 +135,8 @@ jobs:
git config --local user.name "GitHub Action"
git add badges/*.svg
git commit -m "Update badges with results from latest autograding" || true
git add doc/dependency-graph.puml
git commit -m "Update dependency graph to latest versions from POM" || true
- name: Push updated badges to GitHub repository
uses: ad-m/github-push-action@master
if: ${{ success() }}
Expand Down

0 comments on commit 4494462

Please sign in to comment.