You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add OSS integration tests via Testcontainers, clean up CI
- Add Testcontainers-based integration tests against conductoross/conductor-standalone:3.15.0
covering workflow lifecycle (start, pause, resume, terminate) and task
poll/complete/fail flows
- Mark cloud-dependent tests with [Trait("Category", "CloudIntegration")] so
they are excluded from the default CI run (require live Orkes server)
- Add integration_tests CI job that runs the new tests directly with dotnet test,
letting Testcontainers manage the Docker lifecycle
- Remove || true from unit test step now that cloud tests are excluded; unit
test failures will correctly fail the build
- Update Dockerfile test filter to exclude both CloudIntegration and Integration
categories from the Docker-based unit test run
0 commit comments