modrinth: more info in error when dependency has no applicable files (#3142)

This commit is contained in:
Geoff Bourne
2024-11-09 12:46:12 -06:00
committed by GitHub
parent 14f96d11e5
commit 2680e02b34
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ services:
restart: "no"
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
VANILLATWEAKS_FILE: /config/vt-datapacks.json,/config/vt-craftingtweaks.json,/config/vt-resourcepacks.json
VANILLATWEAKS_FILE: /config/vt-datapacks.json,/config/vt-craftingtweaks.json
EULA: "TRUE"
SETUP_ONLY: "TRUE"
# the following are only used to speed up test execution
@@ -14,6 +14,5 @@ services:
- ./data:/data
- ./vt-datapacks.json:/config/vt-datapacks.json:ro
- ./vt-craftingtweaks.json:/config/vt-craftingtweaks.json:ro
- ./vt-resourcepacks.json:/config/vt-resourcepacks.json:ro
# the following are only used to speed up test execution
- ./verify.sh:/servers/fake.jar

View File

@@ -0,0 +1 @@
[[ $EXTENDED_TESTS ]] || exit 1