Skip to content

Commit 2bf5df4

Browse files
committed
added ut check
1 parent 491f405 commit 2bf5df4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/verify-build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -38,7 +38,7 @@ jobs:
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]

0 commit comments

Comments
 (0)