Merge pull request #2672 from hannesa2/DontRunBountyCastleTests

Don't run BouncyCastle tests (make master work)
This commit is contained in:
Dominik Schürmann 2021-03-16 14:10:54 +01:00 committed by GitHub
commit d0d499fc72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()