Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwiederin committed Nov 6, 2023
1 parent 82fef30 commit d6fa651
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
cd bindings/kotlin/ldk-node-android
./gradlew ktlintCheck
- name: Generate Kotlin
run: |
./scripts/uniffi_bindgen_generate_kotlin.sh
- name: Start bitcoin and electrs
run: |
cd bindings/kotlin/ldk-node-jvm/lib
docker compose up -d
- name: Generate Kotlin
run: |
./scripts/uniffi_bindgen_generate_kotlin.sh
- name: Run Kotlin tests
run: |
cd bindings/kotlin/ldk-node-jvm
Expand Down

0 comments on commit d6fa651

Please sign in to comment.