Skip to content

chore(core-deps): update ver.slf4j to v1.7.36 (patch) #7

chore(core-deps): update ver.slf4j to v1.7.36 (patch)

chore(core-deps): update ver.slf4j to v1.7.36 (patch) #7

Workflow file for this run

name: Java
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B -DskipTests package --file pom.xml
- name: Test with Maven
run: mvn -B test --file pom.xml