Skip to content

Merge pull request #81 from dyatlov-a/hotfix-269 #803

Merge pull request #81 from dyatlov-a/hotfix-269

Merge pull request #81 from dyatlov-a/hotfix-269 #803

Workflow file for this run

name: app test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Run tests
run: ./build.sh Test