Skip to content

Add Warn Chat User endpoint (#111) #241

Add Warn Chat User endpoint (#111)

Add Warn Chat User endpoint (#111) #241

Workflow file for this run

name: Test (PubSub)
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
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Run tests
run: |
cd .\MiniTwitch.PubSub.Test\
dotnet test