Skip to content

Create actions pipeline #1

Create actions pipeline

Create actions pipeline #1

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