Skip to content

Commit

Permalink
WIP: check if the issue is from the gradle executable
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraKrasteva authored Apr 7, 2024
1 parent ba1a8b3 commit f2c1c93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Change wrapper permissions
working-directory: ./PostManagement
run: chmod +x ./gradlew

- name: Test PostService
working-directory: ./PostManagement
Expand Down

0 comments on commit f2c1c93

Please sign in to comment.