tye-v2 / tye2

Tye2 is a local orchestrator tool that makes developing and testing microservices and distributed applications easier.
https://www.tye2.org
MIT License
1 stars 2 forks source link

Feature/app publication #30

Closed razvangoga closed 3 months ago

razvangoga commented 3 months ago

tool is published on nuget.org : https://www.nuget.org/packages/tye2

github-actions[bot] commented 3 months ago

Test Results

201 tests   - 2   201 :white_check_mark:  - 2   9m 33s :stopwatch: -40s   3 suites ±0     0 :zzz: ±0    3 files   ±0     0 :x: ±0 

Results for commit d239524d. ± Comparison against base commit c0462e71.

This pull request removes 2 tests. ``` E2ETest.ReplicaStoppingTests ‑ MultiProjectDockerStoppingTests E2ETest.TyeRunTests ‑ DaprAzureFunctionTest ```

:recycle: This comment has been updated with latest results.

razvangoga commented 3 months ago

@drakon660 i had to disable 2 more tests which seem to no longer work in Github Actions after updating to dotnet 8.. not sure why .. i've updated the issue i opened for such failing tests #23

in any case, the packaging and push to nuget works - the app is live there : https://www.nuget.org/packages/tye2 and installable from the cli like any dotnet tool 👍