Skip to content

Add missing condition when displaying a non-grouping term on the publ… #817

Add missing condition when displaying a non-grouping term on the publ…

Add missing condition when displaying a non-grouping term on the publ… #817

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
lfs: true
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: 1.8
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Test code with Maven
run: ./mvnw test