Skip to content

ValuationInstruction now contains the replace flag. Create_Valuation … #355

ValuationInstruction now contains the replace flag. Create_Valuation …

ValuationInstruction now contains the replace flag. Create_Valuation … #355

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