Skip to content

Commit

Permalink
Fix: unit Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Guri999 committed Jan 14, 2025
1 parent 8b8b1a9 commit fc0600e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ jobs:
TEST_FILES: ${{ env.TEST_FILES }}
run: |
chmod +x gradlew
for file in ${TEST_FILES}; do
echo "수행중인 테스트: $file"
./gradlew testDebugUnitTest --tests "$file"
done
./gradlew clean testDebugUnitTest --tests "${TEST_FILES}"
- name: Test Result
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit fc0600e

Please sign in to comment.