Skip to content

Instantly share code, notes, and snippets.

View kurtmkurtm's full-sized avatar

Kurt Murrell kurtmkurtm

View GitHub Profile
@kurtmkurtm
kurtmkurtm / GitHub Action Test Publish
Last active November 7, 2022 01:02
Sample .NET Core GitHub actions workflow, with published markdown tests results using LiquidTestReports.Markdown - https://www.nuget.org/packages/LiquidTestReports.Markdown
name: .NET Core Build with Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build: