Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 597 Bytes

File metadata and controls

22 lines (15 loc) · 597 Bytes

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'