Skip to content

Commit

Permalink
make mvnw executable
Browse files Browse the repository at this point in the history
Thopap authored Dec 18, 2023
1 parent 8077353 commit a336b78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -31,5 +31,7 @@ jobs:
run: mvn -B package --file pom.xml
- name: Integration Tests with Maven
run: mvn failsafe:integration-test -Pit-tests --file pom.xml
- name: Make mvnw executable
run: chmod +x ${{ github.workspace }}/mvnw
- name: Submit Dependency Snapshot
uses: advanced-security/maven-dependency-submission-action@v3

0 comments on commit a336b78

Please sign in to comment.