Skip to content

Commit

Permalink
[Android] feat: CI 에 baseurl property 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC authored Jun 15, 2024
1 parent d994800 commit 5cb8063
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_an.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: add local.properties
run: |
echo base_url=\"$${{ secrets.ANDROID_USER_BASE_URL }}\" >> ./local.properties
- name: Build with Gradle
run: ./gradlew build

Expand Down

0 comments on commit 5cb8063

Please sign in to comment.