We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb18082 commit e406387Copy full SHA for e406387
.github/workflows/ci.yml
@@ -28,7 +28,6 @@ jobs:
28
run: |
29
cd hybrid-cloud-poc
30
chmod +x ci_test_runner.py test_integration.sh
31
- # --single-machine targets the current host for all components
32
# --no-color ensures clean logs in GitHub Actions
33
- ./ci_test_runner.py --no-color --single-machine
34
- # Triggering test run
+ # test_integration.sh auto-detects single-machine mode
+ ./ci_test_runner.py --no-color
0 commit comments