Skip to content

DumpExecutionDataTest should not forcibly terminate Java processes (#38) #11

DumpExecutionDataTest should not forcibly terminate Java processes (#38)

DumpExecutionDataTest should not forcibly terminate Java processes (#38) #11

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
distribution: temurin
java-version: 11
- name: Build
run: |
export DISPLAY=:99.0
Xvfb :99 &
sleep 5
mvn -V -B -e verify -Pe4.12 -Dtycho.executionEnvironment=JavaSE-11 -DskipUITests=false