From 0f6b7cc0918a744b663e153743dddda099c955f5 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 3 Nov 2023 12:39:11 +0800 Subject: [PATCH] ci(tests): use conveyor detect config file --- .github/workflows/tests.yml | 2 +- conveyor.detect.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 conveyor.detect.conf 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