Create a GitHub action to run maven tests#247
Conversation
648c36f to
5096f5c
Compare
239b940 to
d37e4ea
Compare
|
@jrha I think you're hitting the same issue as I did with the tests for the template. You must first download all of the maven dependencies and then run the tests. For some reason, downloads at a later stage hang or fail. |
|
I think you may be right, but I was trying to build panc in a clean environment, oddly it is falling over at:
Which it shouldn't be looking for, because that is what it should be building. |
|
Aha! It fails the same way on my desktop now. |
d37e4ea to
2906a26
Compare
Use the more modern code tag.
b2c1472 to
1999dd4
Compare
Use local maven cache
1999dd4 to
07ec273
Compare
|
Ok, it's a circular dependency in the build process, the secret is to run |
No description provided.