Skip to content

Commit

Permalink
fix: CI에도 gradle.properties 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
EunjiShin committed Aug 27, 2024
1 parent d09754c commit ebe92c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dev-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Create Gradle Properties
run: |
touch gradle.properties
echo "${{ secrets.GRADLE_PROPERTIES }}"
- name: Build with Gradle
run: ./gradlew build -x test --stacktrace --parallel

Expand Down

0 comments on commit ebe92c0

Please sign in to comment.