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 59
59
path : D:\a\bdk-jvm\bdk-jvm\lib\src\main\resources\
60
60
61
61
build-full-library :
62
- name : Create full bdk-jvm library
62
+ name : " Create full bdk-jvm library"
63
63
needs : [build-macOS-native-libs, build-windows-native-lib]
64
64
runs-on : ubuntu-24.04
65
65
steps :
Original file line number Diff line number Diff line change 7
7
permissions : {}
8
8
9
9
jobs :
10
- build :
10
+ test :
11
+ name : " Run unit tests against the latest commit on bdk-ffi"
11
12
runs-on : ubuntu-24.04
12
13
steps :
13
14
- name : " Check out PR branch"
40
41
distribution : temurin
41
42
java-version : 17
42
43
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"
44
48
run : |
45
- bash ./scripts/build-linux-x86_64.sh --skip-submodule-update
46
49
./gradlew test
47
50
./gradlew :examples:build
Original file line number Diff line number Diff line change 1
1
name : Run All Tests
2
- on :
3
- pull_request :
4
- workflow_dispatch :
2
+ on : [pull_request, workflow_dispatch]
5
3
6
4
permissions : {}
7
5
8
6
jobs :
9
- build :
7
+ test :
8
+ name : " Build library and run unit tests"
10
9
runs-on : ubuntu-24.04
11
10
steps :
12
11
- name : " Check out PR branch"
31
30
distribution : temurin
32
31
java-version : 17
33
32
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"
35
37
run : |
36
- bash ./scripts/build-linux-x86_64.sh
37
38
./gradlew test
38
39
./gradlew :examples:build
You can’t perform that action at this time.
0 commit comments