Skip to content

Commit d61bd26

Browse files
committed
feat: permissao no mvnw
1 parent 4a863a1 commit d61bd26

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ jobs:
2222
java-version: '21'
2323
cache: maven
2424

25+
- name: Make Maven Wrapper executable
26+
run: chmod +x ./mvnw
27+
2528
- name: Run tests
2629
run: ./mvnw -B verify

mvnw

100644100755
File mode changed.

0 commit comments

Comments
 (0)