Skip to content

Commit

Permalink
CD: cd되는지 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Aug 22, 2024
1 parent 28da319 commit 157ef00
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/Android_PR_Builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ jobs:
run: chmod +x gradlew
working-directory: android

- name: Lint Check
run: ./gradlew ktlintCheck
working-directory: android

- name: run debug unit test
run: ./gradlew testDebugUnitTest
working-directory: android
# - name: Lint Check
# run: ./gradlew ktlintCheck
# working-directory: android
#
# - name: run debug unit test
# run: ./gradlew testDebugUnitTest
# working-directory: android

- name: Build alpha APK
run: ./gradlew assembleAlpha
Expand All @@ -93,8 +93,8 @@ jobs:
- name: Download APK artifact
uses: actions/download-artifact@v4
with:
name: app-alpha.apk
path: android/app/build/outputs/apk/alpha
name: android-artifact
path: android/app/build/outputs/apk/alpha/

- name: Send APK to Discord
env:
Expand Down

0 comments on commit 157ef00

Please sign in to comment.