File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 2424 path : app/build/reports/lint-results-debug.html
2525
2626 unit-test :
27- needs : [ lint ]
27+ # needs: [ lint ]
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout the code
3838 with :
3939 name : unit_test_report
4040 path : app/build/reports/tests/testDebugUnitTest/
41- #
41+
4242 # instrumentation-test:
4343 # needs: [unit-test]
4444 # runs-on: macos-latest
@@ -48,15 +48,15 @@ jobs:
4848 #
4949 # - name: Run espresso tests
5050 # uses: reactivecircus/android-emulator-runner@v2
51- # with:
52- # api-level: 29
53- # script: ./gradlew connectedCheck
54- #
55- # - name: Upload test report
56- # uses: actions/upload-artifact@v2
57- # with:
58- # name: instrumentation_test_report
59- # path: app/build/reports/androidTests/connected/
51+ # with:
52+ # api-level: 29
53+ # script: ./gradlew connectedCheck
54+ #
55+ # - name: Upload test report
56+ # uses: actions/upload-artifact@v2
57+ # with:
58+ # name: instrumentation_test_report
59+ # path: app/build/reports/androidTests/connected/
6060
6161 static-code-analysis :
6262# needs: [instrumentation-test]
You can’t perform that action at this time.
0 commit comments