Skip to content

Commit

Permalink
[feature/fix-build-issues] Fix github acton script
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Sep 24, 2024
1 parent c700207 commit 00da9d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/develop_PR_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,5 @@ jobs:
- name: Access Firebase Service
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json

# - name: Lint Check
# run: ./gradlew ktlintCheck --exclude '**/*.kts' src

- name: Build debug APK
run: ./gradlew assembleDebug --stacktrace
run: ./gradlew :app:assembleDebug --stacktrace

0 comments on commit 00da9d9

Please sign in to comment.