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

Github Actions Pipeline - run unit tests as PR validation and on demand #7

Closed razvangoga closed 4 months ago

razvangoga commented 4 months ago
razvangoga commented 4 months ago

general notes

on linux agent

on windows agent

macos agents

razvangoga commented 4 months ago

When running as PR check the test results are published in the PR thread

image
drakon660 commented 4 months ago

Great Job!

Regarding agents, what do you think would be future approach, because we need a pipeline to release Tye2 especially on Windows and also macOS?

razvangoga commented 4 months ago

for the release i think all agents should work - most of my problems with the windows and macos have to do with the docker instance on them (or lack thereof).

for pack and push we only need the source code and the dotnet sdk