0
0

Add Gitea action for testing
All checks were successful
Test API / build (push) Successful in 1m39s

This commit is contained in:
Serghei Cebotari 2024-01-23 23:29:16 +03:00
parent 46cde9fda5
commit b0b1008ade

View File

@ -0,0 +1,19 @@
name: Test API
on:
push:
branches:
- "master"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0'
- name: Test
run: dotnet test