diff --git a/.github/workflows/source_validate.yml b/.github/workflows/source_validate.yml index a4204a6..ff4ad3d 100644 --- a/.github/workflows/source_validate.yml +++ b/.github/workflows/source_validate.yml @@ -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" \ No newline at end of file + run: ./gradlew :app:testNormalDebugUnitTest --tests "com.muedsa.jcytv.util.*Validator" \ No newline at end of file