Skip to content

Fix test step name

Fix test step name #2

Workflow file for this run

name: Test (Irc)
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install .NET 6
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Run tests
run: |
cd .\MiniTwitch.Irc.Test\
dotnet test