From 7e255b6bb85733ab72bcaacab7625d4162969d9a Mon Sep 17 00:00:00 2001 From: Mohamed Fazil Date: Tue, 20 Aug 2024 22:45:13 -0700 Subject: [PATCH] Add root user back --- .github/workflows/build_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index b8fcf131..dbf9f9e3 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -23,11 +23,11 @@ jobs: echo "Current directory is $(pwd)" echo "Present files are $(ls)" git config --global --add safe.directory `pwd` + export HELLO_FLEET_PATH=/home/hello-robot/stretch_user + export HELLO_FLEET_ID=stretch-se3-3002 - name: Install Stretch Body run: | - source /home/hello-robot/.bashrc pip3 install -e body/ - name: Run Stretch Body Tests run: | - source /home/hello-robot/.bashrc pytest-3 body/test/robot_tests \ No newline at end of file