Skip to content

fxing Coba_DoorInteract; thought it was fixed. #256

fxing Coba_DoorInteract; thought it was fixed.

fxing Coba_DoorInteract; thought it was fixed. #256

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