File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 39
39
arguments : assemble
40
40
build-root-directory : ${{ inputs.plugin-branch }}
41
41
42
+
42
43
- id : get-opensearch-version
43
44
uses : peternied/get-opensearch-version@v1
44
45
with :
Original file line number Diff line number Diff line change @@ -25,18 +25,14 @@ jobs:
25
25
uses : actions/checkout@v4
26
26
27
27
- name : Build BWC tests
28
- uses : gradle/gradle-build-action@v3
29
- with :
30
- cache-disabled : true
31
- arguments : |
32
- -p bwc-test build -x test -x integTest
28
+ run : ./gradlew -p bwc-test build -x test -x integTest
33
29
34
30
backward-compatibility :
35
31
strategy :
36
32
fail-fast : false
37
33
matrix :
38
34
jdk : [21]
39
- platform : [ ubuntu-24.04-arm, ubuntu-24.04 , windows-latest ]
35
+ platform : [ ubuntu-latest , windows-latest ]
40
36
runs-on : ${{ matrix.platform }}
41
37
42
38
steps :
You can’t perform that action at this time.
0 commit comments