Skip to content

Commit

Permalink
chore: android-ci, run test 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
2taezeat committed Nov 21, 2023
1 parent 1d81f0c commit 0d45f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "$DEBUG_KEYSTORE" | base64 -d > debug.keystore
echo "$KEYSTORE_PROPERTIES" > keystore.properties
echo "$LOCAL_PROPERTIES" > local.properties
./gradlew debug-unit-test --stacktrace
./gradlew debugUnitTest --stacktrace
- name: Publish Test Results
if: always()
Expand Down

0 comments on commit 0d45f27

Please sign in to comment.