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

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