Skip to content

Commit

Permalink
#64 [ENV] : 빌드 권한 부여
Browse files Browse the repository at this point in the history
  • Loading branch information
hye-on committed Apr 19, 2024
1 parent ff7cfa4 commit d52f4b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
echo "${{ secrets.TOGETUP_PROD_APPLICATION }}" >> ./application-dev.yaml
shell: bash

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

- name: Build with Gradle
run: ./gradlew build -x test

Expand Down

0 comments on commit d52f4b8

Please sign in to comment.