Skip to content

Do not refresh the CallComposite if no options has been changed. #17

Do not refresh the CallComposite if no options has been changed.

Do not refresh the CallComposite if no options has been changed. #17

name: Continuous Integration
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "releases/**" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 8.x
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
- name: Build
run: dotnet build --property:Configuration=Debug "Communication.UI.Blazor.sln"
- name: Test with the dotnet CLI
run: dotnet test --property:Configuration=Debug "Communication.UI.Blazor.sln"