Add pr workflow
This commit is contained in:
16
.github/workflows/ci-pr.yml
vendored
Normal file
16
.github/workflows/ci-pr.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: CI PRs
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: CI PR Build
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: 8
|
||||
- run: ./mvnw -B package
|
||||
Reference in New Issue
Block a user