Skip to content

Commit

Permalink
chore: CI 스크립트 추가 (#173)
Browse files Browse the repository at this point in the history
* chore: ci 스크립트 추가

* chore: ci 스크립트 수정
  • Loading branch information
Namyunsuk authored and ChooSeoyeon committed Oct 11, 2024
1 parent d50840a commit 4cbd3b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Create google-services.json
env:
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo "$GOOGLE_SERVICES_JSON" > app/google-services.json

- name: Create local.properties
env:
BASE_URL: ${{ secrets.BASE_URL }}
Expand Down

0 comments on commit 4cbd3b1

Please sign in to comment.