Skip to content

build(deps): Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 #342

build(deps): Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0

build(deps): Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 #342

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0.x'
- name: Test with dotnet
run: dotnet test