Skip to content

Test and fix build check #8

Test and fix build check

Test and fix build check #8

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Test
run: dotnet test ./Irony.Tests/040.Irony.Tests.VsTest.csproj -c release