Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Add ViewModel Requirements #43

Add ViewModel Requirements

Add ViewModel Requirements #43

Workflow file for this run

name: Tests
on:
push:
branches:
- main
tags-ignore:
- '*'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal