Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sun5066 committed Mar 3, 2024
1 parent be9915a commit 8948ac0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: |
echo "$GOOGLE_SERVICES_JSON" > app/google-services.json
cat app/google-services.json
- run: echo $GOOGLE_SERVICE > /home/runner/work/NGOL-Android/NGOL-Android/app/google-services.json
- run: echo "NAVER_BASE_URL=\"NAVER_BASE_URL\"" >> local.properties
- run: echo "NAVER_CLIENT_ID=\"NAVER_CLIENT_ID\"" >> local.properties
- run: echo "NAVER_CLIENT_SECRET=\"NAVER_CLIENT_SECRET\"" >> local.properties
Expand All @@ -38,4 +37,4 @@ jobs:
- run: echo "KAKAO_SCHME=\"KAKAO_SCHME\"" >> local.properties
- run: echo "BASE_URL=\"BASE_URL\"" >> local.properties
- name: Build with Gradle
run: ./gradlew assembleDebug
run: ./gradlew assembleDebug --debug

0 comments on commit 8948ac0

Please sign in to comment.