Skip to content

Add failing test

Add failing test #43

Workflow file for this run

name: CI_WIN
on: [push]
jobs:
build-windows:
runs-on: windows-latest
env:
Solution_name: JsonFlatFileDataStore.sln
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.302
6.x
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build
- name: Tests
run: dotnet test JsonFlatFileDataStore.Test/JsonFlatFileDataStore.Test.csproj