File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
inputs :
6
6
library_version :
7
- description : ' Library version (e.g. 5.21 .0)'
7
+ description : ' Library version (e.g. 0.15 .0)'
8
8
required : true
9
9
type : string
10
- default : ' 5.21 .0'
10
+ default : ' 0.15 .0'
11
11
12
12
jobs :
13
13
build :
@@ -26,18 +26,11 @@ jobs:
26
26
distribution : ' zulu'
27
27
java-version : ' 21'
28
28
cache : ' maven'
29
- - uses : actions/cache@v4
30
- with :
31
- path : /root/.jbang
32
- key : $-jbang-$
33
- restore-keys : |
34
- $-jbang-
35
29
- name : Start broker
36
30
run : ci/start-broker.sh
37
31
- name : Sanity Check
38
-
39
- with :
40
- script : src/test/java/SanityCheck.java
32
+ run : |
33
+ curl -Ls https://sh.jbang.dev | bash -s - src/test/java/SanityCheck.java
41
34
env :
42
35
RABBITMQ_LIBRARY_VERSION : ${{ inputs.library_version }}
43
36
- name : Stop broker
You can’t perform that action at this time.
0 commit comments