Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksadacic authored Jan 30, 2025
1 parent 0adcc10 commit b903ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml -Dgpg.skip=true
- name: Run Tests
run: mvn -B verify
run: mvn -B verify -Dgpg.skip=true
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 comments on commit b903ea9

Please sign in to comment.