Skip to content

Simple

Simple #175

Workflow file for this run

name: Simple
on:
# push:
# branches: ['master']
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
# - name: Try to Fail
# run: exit 1
- name: Setup JDK 11 for Sonar Cloud
uses: actions/[email protected]
with:
java-version: 11
- name: Maven Build
run: mvn clean install -DskipTests=true