Skip to content

CFODEV-1686: Add start and end date to initiative objective #1424

CFODEV-1686: Add start and end date to initiative objective

CFODEV-1686: Add start and end date to initiative objective #1424

Workflow file for this run

name: .NET Core Unit Tests
on:
pull_request:
branches: [ main, develop ]
workflow_dispatch:
permissions:
contents: read # required to checkout code
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
with:
global-json-file: global.json
- name: Cake Script
run: dotnet cake.cs --Target Test