Skip to content

appsettings for testing #22

appsettings for testing

appsettings for testing #22

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- tests
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Run tests
run: cd Tests && dotnet test