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

Fix ComponentStateContainer subscription to state updates #33

Fix ComponentStateContainer subscription to state updates

Fix ComponentStateContainer subscription to state updates #33

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