Skip to content

Merge pull request #15 from nfdi4plants/querymodel #38

Merge pull request #15 from nfdi4plants/querymodel

Merge pull request #15 from nfdi4plants/querymodel #38

Workflow file for this run

name: Build and test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x.x
- name: Build and test
run: dotnet run --project ./build/Build.fsproj runtests