Skip to content

Commit 5764b33

Browse files
authored
Use matrix for test projects
1 parent 64a8d1a commit 5764b33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
java: [8, 11, 17]
39+
project: [hello-spring, hello-quarkus]
3940
jbang: [0.84.2]
4041
steps:
4142
- name: Freee Disk Space
@@ -92,8 +93,6 @@ jobs:
9293
fi
9394
export CURRENT_WORKFLOW_DEP=com.github.$REPO_OWNER.$REPO_NAME:buildpack-client:$SHA
9495
echo Tests using dependency $CURRENT_WORKFLOW_DEP
95-
cd samples/hello-spring
96-
./pack.java
97-
cd ../../samples/hello-quarkus
96+
cd samples/${{ matrix.project }}
9897
./pack.java
9998

0 commit comments

Comments
 (0)