Skip to content

Commit bdc38a8

Browse files
bug: make mvnw executable so compliance-gate CI can run the control test
Co-Authored-By: Achal Channarasappa <achal.channarasappa@cognition.ai>
1 parent cd3db53 commit bdc38a8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/compliance-gate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
cache: maven
2929

3030
- name: Re-perform control test (CredentialManagementControlTest)
31-
run: ./mvnw -B -ntp -Dtest=CredentialManagementControlTest -DfailIfNoTests=false test
31+
run: |
32+
chmod +x ./mvnw
33+
./mvnw -B -ntp -Dtest=CredentialManagementControlTest -DfailIfNoTests=false test

mvnw

100644100755
File mode changed.

0 commit comments

Comments
 (0)