Skip to content

[#101] TEST: fix tests to pass on CI - try 2 + ... #121

[#101] TEST: fix tests to pass on CI - try 2 + ...

[#101] TEST: fix tests to pass on CI - try 2 + ... #121

Workflow file for this run

name: NSelene Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal