File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 5959 path : D:\a\bdk-jvm\bdk-jvm\lib\src\main\resources\
6060
6161 build-full-library :
62- name : Create full bdk-jvm library
62+ name : " Create full bdk-jvm library"
6363 needs : [build-macOS-native-libs, build-windows-native-lib]
6464 runs-on : ubuntu-24.04
6565 steps :
Original file line number Diff line number Diff line change 77permissions : {}
88
99jobs :
10- build :
10+ test :
11+ name : " Run unit tests against the latest commit on bdk-ffi"
1112 runs-on : ubuntu-24.04
1213 steps :
1314 - name : " Check out PR branch"
4041 distribution : temurin
4142 java-version : 17
4243
43- - name : " Run JVM tests"
44+ - name : " Build library"
45+ run : bash ./scripts/build-linux-x86_64.sh --skip-submodule-update
46+
47+ - name : " Run tests and build examples"
4448 run : |
45- bash ./scripts/build-linux-x86_64.sh --skip-submodule-update
4649 ./gradlew test
4750 ./gradlew :examples:build
Original file line number Diff line number Diff line change 11name : Run All Tests
2- on :
3- pull_request :
4- workflow_dispatch :
2+ on : [pull_request, workflow_dispatch]
53
64permissions : {}
75
86jobs :
9- build :
7+ test :
8+ name : " Build library and run unit tests"
109 runs-on : ubuntu-24.04
1110 steps :
1211 - name : " Check out PR branch"
3130 distribution : temurin
3231 java-version : 17
3332
34- - name : " Run JVM tests"
33+ - name : " Build library"
34+ run : bash ./scripts/build-linux-x86_64.sh
35+
36+ - name : " Run tests and build examples"
3537 run : |
36- bash ./scripts/build-linux-x86_64.sh
3738 ./gradlew test
3839 ./gradlew :examples:build
You can’t perform that action at this time.
0 commit comments