Commit f4fa6b0
authored
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 themselves1 parent 881c578 commit f4fa6b0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
0 commit comments