Skip to content

Create actions pipeline (#2) #2

Create actions pipeline (#2)

Create actions pipeline (#2) #2

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