Skip to content

Resize the legend area when traces are hidden #164

Resize the legend area when traces are hidden

Resize the legend area when traces are hidden #164

Workflow file for this run

name: Maven library build with Maven
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11.0.19
- name: Set up Maven
uses: stCarolas/setup-maven@v4
with:
maven-version: 3.6.3
- name: Build OSGi bundles with Maven
run: mvn -f maven-osgi-bundles/pom.xml clean verify
- name: Build the application
run: mvn clean verify -Dcsstudio.composite.repo=$(pwd)/p2repo -Pcheckstyle