Skip to content

Commit

Permalink
Drop unneeded pom file reference in run
Browse files Browse the repository at this point in the history
  • Loading branch information
tedyoung authored Jan 15, 2024
1 parent 2e480cf commit 963c759
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 @@ -17,4 +17,4 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build and Test with Maven
run: mvn -B verify --file pom.xml
run: mvn -B verify

0 comments on commit 963c759

Please sign in to comment.