0
0
RhSolutions-Api/.gitea/workflows/test.yaml
Serghei Cebotari 58bdc5d261
Some checks failed
Test API / build (push) Has been cancelled
Update .gitea/workflows/test.yaml
2024-01-24 10:35:28 +03:00

21 lines
504 B
YAML

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: Update nuget credits
run: dotnet nuget update source "Cebotari gitea" --username chebser --password ${{ secrets.NUGET_TOKEN }} --store-password-in-clear-text
- name: Test
run: dotnet test