Skip to content

Text in segments and .Net 9 support #10

Text in segments and .Net 9 support

Text in segments and .Net 9 support #10

Workflow file for this run

name: Run Tests for CI
on:
push:
branches: [ "main" ]
paths-ignore:
- "**.md"
pull_request:
branches: [ "main" ]
jobs:
build-sample-ci:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Build
run: dotnet build test\MarkdownParser.Test.sln -c Release
- name: Run Tests
run: dotnet test test\MarkdownParser.Test\MarkdownParser.Test.csproj