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:
6868 - repo : spring-projects/spring-boot
6969 jdk : 17
7070 group : full
71- if : ${{ inputs.runGroup == matrix.group }}
7271 steps :
7372 - name : Download binaries
7473 uses : actions/download-artifact@v4
7574 id : scip-java-binary
75+ if : ${{ inputs.runGroup == matrix.group }}
7676 with :
7777 path : binaries
7878
79- - name : List downloaded binaries
80- run : ls -R binaries
81-
8279 - name : Unpack scip-java build
80+ if : ${{ inputs.runGroup == matrix.group }}
8381 run : |
8482 unzip binaries/scip-java-binary/scip-java.zip -d scip-java
8583
8684 - uses : actions/checkout@v3
85+ if : ${{ inputs.runGroup == matrix.group }}
8786 with :
8887 repository : ${{ matrix.repo }}
8988 path : sources
9089
9190 - uses : actions/setup-java@v3
91+ if : ${{ inputs.runGroup == matrix.group }}
9292 with :
9393 distribution : ' temurin'
9494 java-version : ${{ matrix.jdk }}
9595
9696 - run : ../scip-java/bin/scip-java index
97+ if : ${{ inputs.runGroup == matrix.group }}
9798 working-directory : sources
9899
99100
You can’t perform that action at this time.
0 commit comments