Skip to content

Merge pull request #171 from cinovo/bugfix/host-overview-filter #44

Merge pull request #171 from cinovo/bugfix/host-overview-filter

Merge pull request #171 from cinovo/bugfix/host-overview-filter #44

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
cache: maven
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '18'
cache: npm
cache-dependency-path: 'src/main/webapp/package-lock.json'
- name: Build with Maven
run: mvn -B package --file pom.xml