Skip to content

Commit 578e283

Browse files
committed
[CI] Fix
1 parent 32e1ba5 commit 578e283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: '19'
3030
distribution: 'temurin'
3131
- name: Build with Gradle
32-
run: ./gradlew lint build
32+
run: ./gradlew build
3333

3434
- name: Run Unit Tests
3535
run: ./gradlew test

0 commit comments

Comments
 (0)