Skip to content

Georgina Tarres TH_Valuation_Instruction #458

Georgina Tarres TH_Valuation_Instruction

Georgina Tarres TH_Valuation_Instruction #458

Workflow file for this run

name: CDM Build on Windows machine
on: [workflow_dispatch, push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Maven install
run: mvn install