Skip to content

Add BasicAssemblerProgress Kotlin and BDD tests #255

Add BasicAssemblerProgress Kotlin and BDD tests

Add BasicAssemblerProgress Kotlin and BDD tests #255

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