Skip to content

Commit

Permalink
feature-ci-cd/ fix mvn command
Browse files Browse the repository at this point in the history
  • Loading branch information
VladoKat committed Jul 27, 2023
1 parent ec15bae commit 080d0dc
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 @@ -28,4 +28,4 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn clean install pom.xml
run: mvn clean install --file pom.xml

0 comments on commit 080d0dc

Please sign in to comment.