Convert CI to use check

Change-Id: I4493432c3c6f89f45565050dfd6f20d81c09a827
pull/101/head
Alex Vanyo 3 years ago
parent 024e6a5232
commit 959154d59a

@ -50,7 +50,7 @@ jobs:
run: ./gradlew assemble --stacktrace
- name: Run local tests
run: ./gradlew testDemoDebug testProdDebug --stacktrace
run: ./gradlew check --stacktrace
- name: Upload Demo build outputs (APKs)
uses: actions/upload-artifact@v3

Loading…
Cancel
Save