Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): improve integration tests configuration (#119)
# Description This PR updates the integration tests workflow configuration to follow modern best practices and improve test output visibility. ## Changes in `.github/workflows/integration.yml`: - Added `--profile ci` flag to nextest configuration for better CI integration and consistency - Replaced deprecated `--no-tests=warn` flag with modern `--no-capture` flag for better test output visibility - Updated `re-actors/alls-green` action from `release/v1` to specific version `v1.2.2` for improved stability # Why - Improves test output readability in CI environment - Updates deprecated test configuration to modern standards - Pins action version for better reproducibility - Makes integration tests configuration consistent with other workflows # Testing - Integration tests workflow has been tested and works as expected - Test outputs are now more verbose and easier to debug - No functional changes to the tests themselves
- Loading branch information