-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github Actions Pipeline - run unit tests as PR validation and on demand #7
Closed
3 tasks done
Tracked by
#1
Comments
16 tasks
razvangoga
changed the title
CI
Github Actions Pipeline - run unit tests as PR validation and on demand
Feb 13, 2024
razvangoga
added a commit
that referenced
this issue
Feb 19, 2024
general notes
on linux agent
on windows agent
macos agents
|
Merged
Great Job! Regarding agents, what do you think would be future approach, because we need a pipeline to release Tye2 especially on Windows |
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 |
razvangoga
added a commit
that referenced
this issue
Feb 29, 2024
* #7 moved all MS build scripts out of the way. all projects are building * added ci pipeline draft definition * fixed proxy prj not building * added test step * dotnet build & dotnet test are running * dotnet build and dotnet test are working * dotnet test no longer crashes * added test results publish * added Azure Functions and Dapr SDKs * added dapr init to pipeline * fix for Configuration doesn't allow containers to access services on the host * create network manualy * os matrix * xplat test runner fix * Setup Docker on macOS * win install tweaks * back to powershell * win uses powershell * try to get win build running * script tweak * path fix * switchwed to dapr install action * leave dapr aside for now * back to ubuntu * removed matrix * missing condition * just the failing * see docker host ip * fix for ubuntu?? * check if linux in pipeline * only tests that run in pipeline
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: