Skip to content

Commit

Permalink
Use workflows with CI profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 10, 2024
1 parent 066155c commit 46dc600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.6
- name: Build and test with Maven
run: mvn -V --color always -ntp clean verify -Dgpg.skip -Ppit -Pdepgraph | tee maven.log
run: mvn -V --color always -ntp clean verify -Pci -Ppit -Pdepgraph | tee maven.log
- name: Run Quality Monitor
uses: uhafner/quality-monitor@v1
with:
Expand Down

0 comments on commit 46dc600

Please sign in to comment.