mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-06-04 06:14:52 -04:00
This is strange. I noticed looking in the GitHub Actions report for running tests that my Gradle/Kotlin steps were run before their dependencies were supposedly installed. Perhaps the steps "set up JDK 1.8" and "gradle/wrapper-validation-action@v1" are not even needed? Regardless, I moved these steps to run before building and testing the Kotlin code. Even if the steps are not needed, they are a helpful reference point for understanding what things a developer needs to install on a local system before making contributions to Astronomy Engine.