Skip to content

Commit e406387

Browse files
fix: remove unsupported --single-machine flag from CI
1 parent eb18082 commit e406387

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
run: |
2929
cd hybrid-cloud-poc
3030
chmod +x ci_test_runner.py test_integration.sh
31-
# --single-machine targets the current host for all components
3231
# --no-color ensures clean logs in GitHub Actions
33-
./ci_test_runner.py --no-color --single-machine
34-
# Triggering test run
32+
# test_integration.sh auto-detects single-machine mode
33+
./ci_test_runner.py --no-color

0 commit comments

Comments
 (0)