jsjolen / smallest-java-ci

CI that we made for edu. purposes.
0 stars 0 forks source link

Fix the Gradle tests #23

Closed jsjolen closed 5 years ago

jsjolen commented 5 years ago

Currently the gradle tests are run by running gradle test/build etc. on our own repo. This means that an infinite recursion is prone to occur! Fix this by adding a file to the directory before continuing.

jsjolen commented 5 years ago

That didn't work, jeeze. I'll figure something out :-/.

jsjolen commented 5 years ago

Alright so dog fooding is annoying, we could always just clone DECIDE and run the tests on that repo.