-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |