Skip to content

Commit

Permalink
chore: CD testDebugUnitTest에서 test로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdgh1592 authored Aug 7, 2023
1 parent 502a316 commit f2577ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: ./android/2023-emmsale/gradlew -p android/2023-emmsale ktlintCheck

- name: Run unit tests
run: ./android/2023-emmsale/gradlew -p android/2023-emmsale testDebugUnitTest
run: ./android/2023-emmsale/gradlew -p android/2023-emmsale test

- name: Create android test report
uses: asadmansr/[email protected]
Expand Down

0 comments on commit f2577ea

Please sign in to comment.