Skip to content

Commit 4a12436

Browse files
Fix Yamato Pipeline (#327)
1 parent 4cdeeed commit 4a12436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/yamato-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ commands:
2525
#--artifacts_path=test-results --suite=editor --platform=Editor --testfilter BuildTests.PlayerBuilder.BuildPlayerLinux
2626
- python3 .yamato/PickAndPlaceTests/set-up-integration-tests.py
2727
#TODO: Determine how best to capture ROS logging as test artifacts
28-
- /bin/bash .yamato/PickAndPlaceTests/start-ros.bash
28+
- sudo ln -s $(which python3) /usr/bin/python && /bin/bash .yamato/PickAndPlaceTests/start-ros.bash
2929
# NOTE: Simply specifying the testCategory is not enough to get a test marked with [Explicit] to run
3030
- utr/utr --testproject=./tutorials/pick_and_place/PickAndPlaceProject --editor-location=.Editor --reruncount=0
3131
--artifacts_path=test-results --suite=editor --platform=Editor --testfilter IntegrationTests.RosIntegrationTests

0 commit comments

Comments
 (0)