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'.
This commit is contained in:
Hannes Achleitner 2021-03-16 12:58:32 +01:00
parent c25a4de990
commit 7d09210c5e
1 changed files with 1 additions and 1 deletions

View File

@ -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()