Skip to content

[build] 0.3.2

[build] 0.3.2 #1

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
- staging
pull_request:
branches:
- master
- staging
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Unit and integration tests
run: dotnet test