Skip to content

Estyms/minecraft-gametest-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Minecraft-Gametest-Action

This is an action that runs the gametests on an headless server on fabric (soon forge)

Features

  • Change minecraft version
  • Add multiples mods
  • Change config
  • Change server.properties

Variables

  • version [Required] : Version of minecraft you wanna use (defaults to LATEST)
  • modPath [Required] : The path of the mod folder inside your github action runner
  • configPath : The path of the config folder you wanna use inside your github action runner
  • serverPropertiesPath : The path of the server.properties file you wanna use inside your github action runner

Credits