Skip to content

fix compilation and tests for most-recent F# compiler and dotnet SDK… #7

fix compilation and tests for most-recent F# compiler and dotnet SDK…

fix compilation and tests for most-recent F# compiler and dotnet SDK… #7

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: Build and test
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
jobs:
build:
if: github.event_name != 'push' || !startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
- name: Build & test
run: dotnet fsi build.fsx -- -- build test