Description
The build and release process fails in some cases, entirely due to external services being unavailable or unresponsive.
This should not happen.
Proposal
Remove those dependencies:
- use mocks to simulate external services or APIs
- verify against mocked data
- use locally hosted temporary services for integration tests
Description
The build and release process fails in some cases, entirely due to external services being unavailable or unresponsive.
This should not happen.
Proposal
Remove those dependencies: