Skip to content

Commit

Permalink
chore: gradlew권한 부여
Browse files Browse the repository at this point in the history
  • Loading branch information
ehtjsv2 authored Jul 17, 2024
1 parent d4861cf commit ebf1673
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/backend-pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
with:
gradle-version: 8.1.1

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle Wrapper
run: ./gradlew build

Expand All @@ -55,7 +58,6 @@ jobs:


- name: 실패 테스트결과의 원인을 Report 합니다

uses: mikepenz/action-junit-report@v3
if: always()
with:
Expand Down

0 comments on commit ebf1673

Please sign in to comment.