Skip to content

Commit

Permalink
pull new hil
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik737 committed Jan 7, 2025
1 parent 47216b4 commit 25d4fad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Update HIL
run: |
cd /home/$USER/hil_framework
git pull
- name: Add HIL Tools to Path
run: |
echo "/home/$USER/hil_framework/lib_testbed/tools" >> $GITHUB_PATH
Expand Down

0 comments on commit 25d4fad

Please sign in to comment.