Skip to content

Commit

Permalink
Update renode-linux-runner-action job to v1 API
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Bieganski <kbieganski@antmicro.com>
  • Loading branch information
kbieganski committed Oct 11, 2023
1 parent d492e6d commit ee5332d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
cp -r ./examples ./tests
- name: Run scripts in Renode
uses: antmicro/renode-linux-runner-action@main
uses: antmicro/renode-linux-runner-action@v1
with:
shared-dir: ./tests
shared-dirs: ./tests
renode-run: |
pip install ./pyrav4l2
for script in ./examples/*.py; do python $script; done
Expand Down

0 comments on commit ee5332d

Please # to comment.