Skip to content

Merge pull request #231 from dschadow/dependabot/maven/org.junit.jupi… #691

Merge pull request #231 from dschadow/dependabot/maven/org.junit.jupi…

Merge pull request #231 from dschadow/dependabot/maven/org.junit.jupi… #691

Workflow file for this run

name: Build
on:
push:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: JavaWebSecurity Build
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Configure Java for Build
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml