Skip to content

feat: add GetObjects for root of the tree #359

feat: add GetObjects for root of the tree

feat: add GetObjects for root of the tree #359

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1
- run: dotnet build MetasysServices --configuration Release
- run: dotnet test