Skip to content

logabck slf4j fixes to start project #81

logabck slf4j fixes to start project

logabck slf4j fixes to start project #81

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: (cd ./install && ./install.sh) && ./mvnw -B verify
# - name: Codecov
# You may pin to the exact commit or the version.
# uses: codecov/codecov-action@1f8f3abcccf7960749744fd13547965f0e7d1bdd
# uses: codecov/codecov-action@v1.2.2