Skip to content

Refactor the CDI window-close operation to allow useful overrides #223

Refactor the CDI window-close operation to allow useful overrides

Refactor the CDI window-close operation to allow useful overrides #223

Workflow file for this run

#based on https://docs.github.com/en/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
env:
DISPLAY: ":99.0"
run: xvfb-run --auto-servernum mvn -B package jacoco:report --file pom.xml