Skip to content

Commit

Permalink
fix: source_validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Sep 14, 2024
1 parent d295bf6 commit e68f2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew :app:testDebugUnitTest --tests "com.muedsa.jcytv.util.*Validator"
run: ./gradlew :app:testNormalDebugUnitTest --tests "com.muedsa.jcytv.util.*Validator"

0 comments on commit e68f2e7

Please sign in to comment.