Added github actions for basic build/test setup.#113
Conversation
mbien
commented
Dec 25, 2021
- builds/tests on JDK 11 and 17
- uploads junit report
- disabled a failing test for now
- runs on JDK 11 and 17 - reports test results
|
i think the junit report will start working once the yaml is in master. |
|
added step for selenium tests (didn't know that geckodriver could run headless). |
snoopdave
left a comment
There was a problem hiding this comment.
This looks very cool. I have not tried it out yet, but I see no reason not to merge.
|
awesome. I merge it, lets see if everything builds. |
|
it builds and tests but it didn't upload the test report (it should appear on the list on the left i think) Don't know why because I tested it on my wip branch and it worked fine. (but its not so important tbh, the full log is recorded anyway in case something fails) |
|
oh haha. It published it in he CodeQL action |