Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Sep 19, 2024
1 parent fac3206 commit 16fbd37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,7 @@ jobs:
fail-fast: false
matrix:
emulator: [
# Temporarily disabled due to emulator issues
{ api-level: 23, target: google_apis },
{ api-level: 24, target: google_apis },
{ api-level: 25, target: google_apis },
{ api-level: 26, target: google_apis },
{ api-level: 34, target: playstore }
]
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,11 @@ private fun testSDK(): String {
}

// Test Federation
val fedResp = Federation().resolveAddress("example*lobstr.co")
if (fedResp == null || fedResp.accountId == null) {
throw Exception("Query Federation failed")
}
// Disable the test: https://stackoverflow.com/questions/64844311/certpathvalidatorexception-connecting-to-a-lets-encrypt-host-on-android-m-or-ea
// val fedResp = Federation().resolveAddress("example*lobstr.co")
// if (fedResp == null || fedResp.accountId == null) {
// throw Exception("Query Federation failed")
// }

// build and parse transaction
val source: KeyPair =
Expand Down

0 comments on commit 16fbd37

Please sign in to comment.