aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Try to avoid 'HeadlessException: No X11 DISPLAY' on GitHub ActionsAlexander Kriegisch2021-03-241-1/+5
| | | | | | | | | | | | | | | | We have 84 times this kind of exceptions in 'ajde' tests in our build logs on GitHub, even though the tests seem to pass: HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. I found this discussion: https://github.com/juliangruber/browser-run/issues/147 And then this GitHub Action: https://github.com/marketplace/actions/gabrielbb-xvfb-action Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Upgrade GitHub CI workflow from Java (8, 11, 15) to (8, 11, 16)Alexander Kriegisch2021-03-211-1/+1
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Update GitHub Action from Java 14 to 15Lars Grefer2020-09-201-1/+1
| | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* Split tests in a separate step on GitHub ActionsLars Grefer2020-08-171-10/+18
| | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* Use the Maven Wrapper for GitHub ActionsLars Grefer2020-08-151-2/+2
| | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* Test on LTS versions and most recent non LTSAndy Clement2020-08-141-2/+2
|
* Merge branch 'feature/simplify-ajdoc' of github.com:larsgrefer/org.aspectj ↵Lars Grefer2020-08-141-1/+1
|\ | | | | | | | | | | into feature/github-actions Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
| * Trying to reduce test verbosityAndy Clement2020-08-131-1/+1
| |
* | Test more Java versionsLars Grefer2020-08-131-1/+2
| | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* | Print used tool versionsLars Grefer2020-08-131-0/+2
|/ | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* Create maven.ymlLars Grefer2020-08-131-0/+26
Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>