Skip to content

Commit 278eaa0

Browse files
WIP
1 parent 41c9bf6 commit 278eaa0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/community-build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)