diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 08ddac405..440ae479b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: - name: Conveyor - compute JDK module list uses: hydraulic-software/conveyor/actions/build@v12.0 with: - command: -Kapp.machines=mac.aarch64 make processed-jars + command: -f conveyor.detect.conf -Kapp.machines=mac.aarch64 make processed-jars signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }} agree_to_license: 1 diff --git a/conveyor.detect.conf b/conveyor.detect.conf new file mode 100644 index 000000000..6be0da3db --- /dev/null +++ b/conveyor.detect.conf @@ -0,0 +1,3 @@ +include required("conveyor.conf") + +app.jvm.modules = detect