Don't run BouncyCastle test; it runs into errors
* What went wrong: Could not determine the dependencies of task ':extern:bouncycastle:test'. > Task with path ':core:test' not found in project ':extern:bouncycastle'.master
parent
c25a4de990
commit
7d09210c5e
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: Build project
|
||||
run: ./gradlew assemble
|
||||
- name: Run tests
|
||||
run: ./gradlew test
|
||||
run: ./gradlew :OpenKeychain:test
|
||||
- name: Archive UnitTest report
|
||||
uses: actions/upload-artifact@v2
|
||||
if: failure()
|
||||
|
|
Loading…
Reference in New Issue