Skip to content

Update CronExpressionDescriptor.csproj #123

Update CronExpressionDescriptor.csproj

Update CronExpressionDescriptor.csproj #123

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 2.1.806
- name: Run tests
run: dotnet test test/Test.csproj