You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We then need to get the available minecraft versions somehow (create an API for that?)
Finally we can provide a recipe that ties all of this together (by using github action inputs and outputs). This will probably be a 2 part job:
1: return the minepkg.toml as json, parse it, use requirements.minecraft and somehow (API request?) map this to available minecraft versions. Pass those versions as output
Run the crash test with the minecraft versions from the previous step as input
The text was updated successfully, but these errors were encountered:
Instead of manually specifying the minecraft versions that want to be tested we can generate them by inspecting the
minepkg.toml
minepkg.toml
as json, parse it, userequirements.minecraft
and somehow (API request?) map this to available minecraft versions. Pass those versions as outputThe text was updated successfully, but these errors were encountered: