Skip to content

Merge branch 'main' of https://github.com/D-Inventor/automated-testin… #3

Merge branch 'main' of https://github.com/D-Inventor/automated-testin…

Merge branch 'main' of https://github.com/D-Inventor/automated-testin… #3

Workflow file for this run

name: Run Unit and Integration tests
on: [push]
jobs:
Build-And-Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4
- name: Test with the dotnet CLI
run: dotnet test