Skip to content

Commit

Permalink
wip: renode test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichalski-ant committed Nov 29, 2023
1 parent 85f6d92 commit 30ee21b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ jobs:
run: |
sudo apt update -qq && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
python3-pip telnet iptables iproute2 bc cpio rsync
pip install .
- name: Run scripts in Renode
uses: antmicro/renode-linux-runner-action@v0
with:
shared-dir: ./
renode-run: |
./protoplaster/protoplaster -t tests/basic.yml
protoplaster -t tests/basic.yml
devices: |
vivid
gpio 0 32
Expand Down

0 comments on commit 30ee21b

Please sign in to comment.