Skip to content

Use product based on features and plug-ins #63

Use product based on features and plug-ins

Use product based on features and plug-ins #63

Workflow file for this run

name: Java CI with Maven
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: "17"
- name: Set up Maven
uses: stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f # v4.5
with:
maven-version: 3.9.4
- name: Build with Maven
run: mvn clean verify -Dskip.ui-tests=true