mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
ci(tests): use conveyor detect config file
This commit is contained in:
parent
39825e4060
commit
0f6b7cc091
2 changed files with 4 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
- name: Conveyor - compute JDK module list
|
- name: Conveyor - compute JDK module list
|
||||||
uses: hydraulic-software/conveyor/actions/build@v12.0
|
uses: hydraulic-software/conveyor/actions/build@v12.0
|
||||||
with:
|
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 }}
|
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
|
||||||
agree_to_license: 1
|
agree_to_license: 1
|
||||||
|
|
||||||
|
|
|
||||||
3
conveyor.detect.conf
Normal file
3
conveyor.detect.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
include required("conveyor.conf")
|
||||||
|
|
||||||
|
app.jvm.modules = detect
|
||||||
Loading…
Reference in a new issue