Skip to content

Commit 0f6b7cc

Browse files
committed
ci(tests): use conveyor detect config file
1 parent 39825e4 commit 0f6b7cc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Conveyor - compute JDK module list
4949
uses: hydraulic-software/conveyor/actions/[email protected]
5050
with:
51-
command: -Kapp.machines=mac.aarch64 make processed-jars
51+
command: -f conveyor.detect.conf -Kapp.machines=mac.aarch64 make processed-jars
5252
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
5353
agree_to_license: 1
5454

conveyor.detect.conf

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include required("conveyor.conf")
2+
3+
app.jvm.modules = detect

0 commit comments

Comments
 (0)