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 e3178b8 commit d7a9a1a
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 @@ -25,9 +25,9 @@ jobs:
git config --global --add safe.directory `pwd`
- name: Install Stretch Body
run: |
bash -leo pipefail /home/hello-robot/.bashrc
sh /home/hello-robot/.bashrc
pip3 install -e body/
- name: Run Stretch Body Tests
run: |
bash -leo pipefail /home/hello-robot/.bashrc
sh /home/hello-robot/.bashrc
pytest-3 body/test/robot_tests

0 comments on commit d7a9a1a

Please sign in to comment.