11name : PullRequest
22
3- on : [pull_request]
3+ on :
4+ push :
5+ branches :
6+ - master
7+ pull_request :
48
59jobs :
610 buildTest :
@@ -25,30 +29,30 @@ jobs:
2529 run : ./gradlew assembleDebug
2630 - name : Run tests
2731 run : ./gradlew test
28- # - name: Run instrumentation tests
29- # uses: malinskiy/action-android/emulator-run-cmd@release/0.1.2
30- # with:
31- # cmd: ./gradlew :app:cAT
32- # api: 28
33- # tag: default
34- # abi: x86
35- # - name: Archive Espresso results
36- # uses: actions/upload-artifact@v2.3.1
37- # if: ${{ always() }}
38- # with:
39- # name: Chart-Espresso-report
40- # path: app/build/reports/androidTests/connected
41- # - name: Save logcat output
42- # uses: actions/upload-artifact@v2.3.1
43- # if: failure()
44- # with:
45- # name: Chart-logcat
46- # path: artifacts/logcat.log
47- # - name: Archive screenshots
48- # uses: actions/upload-artifact@v2.3.1
49- # with:
50- # name: Chart-Screenshots
51- # path: screenshots/adb
32+ # - name: Run instrumentation tests
33+ # uses: malinskiy/action-android/emulator-run-cmd@release/0.1.2
34+ # with:
35+ # cmd: ./gradlew :app:cAT
36+ # api: 28
37+ # tag: default
38+ # abi: x86
39+ # - name: Archive Espresso results
40+ # uses: actions/upload-artifact@v2.3.1
41+ # if: ${{ always() }}
42+ # with:
43+ # name: Chart-Espresso-report
44+ # path: app/build/reports/androidTests/connected
45+ # - name: Save logcat output
46+ # uses: actions/upload-artifact@v2.3.1
47+ # if: failure()
48+ # with:
49+ # name: Chart-logcat
50+ # path: artifacts/logcat.log
51+ # - name: Archive screenshots
52+ # uses: actions/upload-artifact@v2.3.1
53+ # with:
54+ # name: Chart-Screenshots
55+ # path: screenshots/adb
5256 Check :
5357 name : Check
5458 runs-on : ubuntu-latest
0 commit comments