mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
Fix CI issues
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -25,8 +25,8 @@ jobs:
|
|||||||
name: setup
|
name: setup
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
sdk-ref: ${{ inputs.sdk-ref || '0.2.9' }}
|
sdk-ref: ${{ inputs.sdk-ref || '0.2.10' }}
|
||||||
package-version: '0.2.9'
|
package-version: '0.2.10'
|
||||||
steps:
|
steps:
|
||||||
- run: echo "set pre-setup output variables"
|
- run: echo "set pre-setup output variables"
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
package com.example.kotlinmpplib
|
package com.example.kotlinmpplib
|
||||||
|
|
||||||
import breez_sdk.*
|
import breez_sdk.*
|
||||||
class ConnectingLsp {
|
class ServiceStatus {
|
||||||
fun getServiceStatus(sdk: BlockingBreezServices) {
|
fun HealthCheckStatus(sdk: BlockingBreezServices) {
|
||||||
// ANCHOR: health-check-status
|
// ANCHOR: health-check-status
|
||||||
try {
|
try {
|
||||||
val healthCheck = sdk.serviceHealthCheck()
|
val healthCheck = sdk.serviceHealthCheck()
|
||||||
|
|||||||
Reference in New Issue
Block a user