Skip to content

Made risks clearer to see, improved table layout, hidden and mitigate… #1

Made risks clearer to see, improved table layout, hidden and mitigate…

Made risks clearer to see, improved table layout, hidden and mitigate… #1

Workflow file for this run

name: Test / CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
- uses: actions/setup-node@v3
name: Setup NodeJS
- name: Build with Gradle
run: gradle clean build
env:
kite9.logging: OFF
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
with:
report_paths: '**/TEST-*.xml'