TeamGalacticraft / Galacticraft

The classic space mod, rewritten for modern versions of Minecraft.
MIT License
417 stars 83 forks source link

feat: discord notify and test setup #182

Closed JustPyrrha closed 2 years ago

JustPyrrha commented 2 years ago

This fixes the current failing build on main due to the old TeamGalacticraft/discord-build-notify was deleted without being removed from the build.yml workflow.

It also sets up proper test reporting from GameTest and adds the basics for JUnit5 testing.

marcus8448 commented 2 years ago

Could you also copy over the relevant changes (gradle/gradle-build-action, jdk distribution) to the codeql and publish workflows?

JustPyrrha commented 2 years ago

Could you also copy over the relevant changes (gradle/gradle-build-action, jdk distribution) to the codeql and publish workflows?

done in c63bd14