Skip to content

Code(WEB::AssistantsDrawer): Add AssistantsDrawer component for selec… #116

Code(WEB::AssistantsDrawer): Add AssistantsDrawer component for selec…

Code(WEB::AssistantsDrawer): Add AssistantsDrawer component for selec… #116

name: Build & Tests
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET projects
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.100
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Run tests
run: dotnet test --no-restore