Skip to content

Commit b9300c4

Browse files
Workflow fix
1 parent 03853bb commit b9300c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
with:
3636
arguments: build
3737
- name: Run Kotlin Linter
38-
run: ./gradlew ktlintStagingDebugCheck
38+
run: ./gradlew lintAnalyzeDebug
3939
- name: Run Unit Tests
40-
run: ./gradlew testStagingDebugUnitTest
40+
run: ./gradlew test

0 commit comments

Comments
 (0)