Skip to content

Update ClusterRootNodesView.java #149

Update ClusterRootNodesView.java

Update ClusterRootNodesView.java #149

Workflow file for this run

# This workflow will build a Java project with Maven
name: Java CI with Maven
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'zulu'
cache: 'maven'
- name: Build with Maven
run: |
export DISPLAY=:99
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
mvn -B package --file pom.xml -Pbuild