mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-31 12:19:50 +02:00
22 lines
397 B
YAML
22 lines
397 B
YAML
name: test-requirements-fail
|
|
kind: module
|
|
description: Test workflow dependency validation (failure case)
|
|
tags: test,requirements,validation
|
|
|
|
dependencies:
|
|
commands:
|
|
- echo
|
|
- nonexistent-tool-xyz-12345
|
|
files:
|
|
- /tmp
|
|
- /nonexistent/path/xyz
|
|
|
|
params:
|
|
- name: target
|
|
required: true
|
|
|
|
steps:
|
|
- name: should-not-reach
|
|
type: bash
|
|
command: echo "Should not reach here"
|