azure functions not working while running aspire in github workflow
Open
area-integrations
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
i have e2e test that rely on functions to work. when i run them locally, or when they are deployed, they work normally, but when trying to run them in github workflow, the functions don't trigger
### Expected Behavior
functions should trigger in workflow
### Steps To Reproduce
run dotnet test -v=n, which should initialize functions
everything else besides functions starts and runs normally
### Exceptions (if any)
_No response_
### .NET Version info
.net 8.0
### Anything else?
aspire version 9.0.0
jetbrains rider 2025.1.2
Contributor guide
Assessment
This issue has not been assessed yet.