/renode-actions

Renode GitHub action for testing software in the Renode environment

Primary LanguageShellApache License 2.0Apache-2.0

renode-actions

Copyright (c) 2021 Antmicro

This action is now obsolete. Please use Renode Test Action.

This repository contains a Renode GitHub action for testing software in the Renode environment.

Usage

test-in-renode

Test action

See action.yml

steps:
- uses: antmicro/renode-actions/test-in-renode@main
  with:
    renode-version: 'latest'
    tests-to-run: 'tests/**/*.robot'