File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 1414 contents : read
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - name : Checkout latest code
18+ uses : actions/checkout@v4
19+
1820 - name : Set up JDK 8
1921 uses : actions/setup-java@v4
2022 with :
2628 - name : Setup Gradle
2729 uses : gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
2830
29- - name : Test
30- run : ./gradlew -Pci :dumper:app:test
31+ - name : Setup Protobuf
32+ uses : arduino/setup-protoc@v3
33+ with :
34+ repo-token : ${{ secrets.GITHUB_TOKEN }}
35+
36+ - name : Clean
37+ run : ./gradlew -Pci clean
38+
39+ - name : Test Dumper
40+ run : ./gradlew -Pci :dumper:app:test
41+
42+ - name : Test DTS transfer
43+ run : ./gradlew -Pci :dts-transfer-status:app:test
44+
45+ - name : Test Permissions migration
46+ run : ./gradlew -Pci :permissions-migration:app:test
You can’t perform that action at this time.
0 commit comments