Skip to content

chore(deps): Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /src #114

chore(deps): Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /src

chore(deps): Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /src #114

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Setup .NET
uses: actions/setup-dotnet@main
with:
global-json-file: ./global.json
- name: dotnet test
run: dotnet test --configuration=Release ./src/nunit.analyzers.tests/