Skip to content

fix: units refactoring and minor improvements #17

fix: units refactoring and minor improvements

fix: units refactoring and minor improvements #17

Workflow file for this run

name: Run Tests
on:
workflow_dispatch:
push:
branches: [ "master" ]
paths:
- src/**
- tests/**
pull_request:
branches: [ "master" ]
paths:
- src/**
- tests/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
- name: Run Tests
run: dotnet test "tests\DarkMusicConcepts.Tests\DarkMusicConcepts.Tests.csproj"