Skip to content

Commit 8e26028

Browse files
use build command in github actions to check style as well (#991)
1 parent 3e5cc4c commit 8e26028

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
run: ./gradlew -Pci clean
5151

5252
- name: Test Dumper
53-
run: ./gradlew -Pci :dumper:app:test --stacktrace
53+
run: ./gradlew -Pci :dumper:app:build --stacktrace
5454

5555
- name: Test DTS transfer
56-
run: ./gradlew -Pci :dts-transfer-status:app:test --stacktrace
56+
run: ./gradlew -Pci :dts-transfer-status:app:build --stacktrace
5757

5858
- name: Test Permissions migration
59-
run: ./gradlew -Pci :permissions-migration:app:test --stacktrace
59+
run: ./gradlew -Pci :permissions-migration:app:build --stacktrace

0 commit comments

Comments
 (0)