Skip to content

feat(unittests): added all the remaining tests for Expenses and pendi… #23

feat(unittests): added all the remaining tests for Expenses and pendi…

feat(unittests): added all the remaining tests for Expenses and pendi… #23

Workflow file for this run

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
- name: Build
run: dotnet build ./CleanTemplate.sln
- name: Test
run: dotnet test ./CleanTemplate.sln