Skip to content

putting back UU tests #227

putting back UU tests

putting back UU tests #227

Workflow file for this run

name: Plugin
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Unit tests
run: |
echo Running Cs unit tests
cd Source/Tests/Ivxr.PlugIndependentLib.Tests
dotnet test