Skip to content

chore: set final name for output jar #51

chore: set final name for output jar

chore: set final name for output jar #51

Workflow file for this run

name: Java CI
on:
push:
branches:
- main
pull_request:
branches: '*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
env:
AWS_REGION: us-west-2
run: mvn -ntp -U verify
- name: Upload Failed Test Report
uses: actions/[email protected]
if: failure()
with:
name: Failed Test Report
path: target/surefire-reports