Skip to content

feat: make memstore check optional #7

feat: make memstore check optional

feat: make memstore check optional #7

Workflow file for this run

name: Maven Build on Pull Request
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
- '.*'
jobs:
build:
name: Maven Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'zulu'
- name: Build with Maven
run: sh tools/maven/build.sh