From ee5332d9868198ad9c825d8ad853d02ec38b6dd8 Mon Sep 17 00:00:00 2001 From: Krzysztof Bieganski Date: Wed, 11 Oct 2023 13:07:31 +0200 Subject: [PATCH] Update `renode-linux-runner-action` job to v1 API Signed-off-by: Krzysztof Bieganski --- .github/workflows/python-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 064fe05..71c88cd 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -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