Skip to content

Try to do ContinuousIntegrationBuild #21

Try to do ContinuousIntegrationBuild

Try to do ContinuousIntegrationBuild #21

Workflow file for this run

# This workflow will run tests
name: .NET
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Test
run: dotnet test tests/tests.csproj