mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-22 07:32:27 +02:00
21 lines
370 B
YAML
21 lines
370 B
YAML
name: test-runner
|
|
kind: module
|
|
description: Test runner configuration
|
|
tags: test,runner,host
|
|
|
|
# This module runs on the local host (default)
|
|
runner: host
|
|
|
|
params:
|
|
- name: target
|
|
required: true
|
|
|
|
steps:
|
|
- name: echo-runner-type
|
|
type: bash
|
|
command: echo "Running on host with target={{target}}"
|
|
|
|
- name: show-hostname
|
|
type: bash
|
|
command: hostname
|