Re-fixed pufferfish tests (#1406)

This commit is contained in:
Geoff Bourne
2022-03-06 15:54:25 -06:00
committed by GitHub
parent 1ebe9d3f47
commit ba71a7f5a2
3 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ jobs:
- name: Run tests
env:
MODS_FORGEAPI_KEY: ${{ secrets.MODS_FORGEAPI_KEY }}
MINECRAFT_VERSION: LATEST
run: |
tests/test.sh

View File

@@ -9,6 +9,5 @@ services:
SETUP_ONLY: "TRUE"
TYPE: PUFFERFISH
VERSION: ${MINECRAFT_VERSION:-LATEST}
PUFFERFISH_BUILD: 50
volumes:
- ./data:/data

View File

@@ -0,0 +1 @@
[[ $MINECRAFT_VERSION == LATEST ]] || exit 1