Skip to content

Commit

Permalink
Add root user back
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-fazil committed Aug 21, 2024
1 parent a5be202 commit 7e255b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7e255b6

Please sign in to comment.