Skip to content

fix: dependency graph clipping (#34) #107

fix: dependency graph clipping (#34)

fix: dependency graph clipping (#34) #107

Workflow file for this run

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