Skip to content

Commit

Permalink
ci: execute script chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Dec 1, 2023
1 parent fb88086 commit 9dd6a9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
java-version: "17"
distribution: "oracle"
- name: Set execute permission
run: |
chmod +x ./tools/mvn_test.sh
- name: Maven tests
run: |
./tools/mvn_test.sh
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
java-version: "17"
distribution: "oracle"
- name: Set execute permission
run: |
chmod +x ./tools/mvn_test.sh
- name: Maven tests
run: |
./tools/mvn_test.sh
Expand Down

0 comments on commit 9dd6a9d

Please sign in to comment.