sample PR test

This commit is contained in:
Carrie Roberts
2022-05-17 13:24:52 -07:00
committed by GitHub
parent 086eb73ee8
commit ab3a9a03d2
+12
View File
@@ -105,3 +105,15 @@ atomic_tests:
name: powershell
elevation_required: true
- name: My new test from atomicgui
description: sample test
supported_platforms:
- windows
input_arguments:
msg:
description: message to echo to screen
type: string
default: this is the default msg
executor:
command: 'echo #{msg}'
name: command_prompt