File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -68,32 +68,33 @@ jobs:
68
68
- repo : spring-projects/spring-boot
69
69
jdk : 17
70
70
group : full
71
- if : ${{ inputs.runGroup == matrix.group }}
72
71
steps :
73
72
- name : Download binaries
74
73
uses : actions/download-artifact@v4
75
74
id : scip-java-binary
75
+ if : ${{ inputs.runGroup == matrix.group }}
76
76
with :
77
77
path : binaries
78
78
79
- - name : List downloaded binaries
80
- run : ls -R binaries
81
-
82
79
- name : Unpack scip-java build
80
+ if : ${{ inputs.runGroup == matrix.group }}
83
81
run : |
84
82
unzip binaries/scip-java-binary/scip-java.zip -d scip-java
85
83
86
84
- uses : actions/checkout@v3
85
+ if : ${{ inputs.runGroup == matrix.group }}
87
86
with :
88
87
repository : ${{ matrix.repo }}
89
88
path : sources
90
89
91
90
- uses : actions/setup-java@v3
91
+ if : ${{ inputs.runGroup == matrix.group }}
92
92
with :
93
93
distribution : ' temurin'
94
94
java-version : ${{ matrix.jdk }}
95
95
96
96
- run : ../scip-java/bin/scip-java index
97
+ if : ${{ inputs.runGroup == matrix.group }}
97
98
working-directory : sources
98
99
99
100
You can’t perform that action at this time.
0 commit comments