Skip to content

Commit

Permalink
WIP workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-fazil committed Aug 21, 2024
1 parent cbd2953 commit e5304d0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,11 @@ jobs:
runs-on: self-hosted
container:
image: hellorobotinc/stretch-install-image:0.0.1
options: --user hello-robot
options: --user root
volumes:
- /dev:/dev

steps:
# The "cleanup old checkout" step is needed because of this bug: https://github.com/actions/checkout/issues/1014
- name: cleanup old checkout
run: |
echo "Current directory is $(pwd)"
echo "Present files are $(ls)"
echo "Github workspace is ${GITHUB_WORKSPACE}"
sudo chmod +w -R ${GITHUB_WORKSPACE};
- uses: actions/checkout@v4
- name: Configure working direcotry
run: |
Expand All @@ -28,6 +21,7 @@ jobs:
git config --global --add safe.directory `pwd`
- name: Install Stretch Body
run: |
source /home/hello-robot/.bashrc
pip3 install -e body/
- name: Run Stretch Body Tests
run: |
Expand Down

0 comments on commit e5304d0

Please sign in to comment.