Skip to content

Commit 036c17c

Browse files
committed
feat: adds tests for tasks parser
1 parent d5553c9 commit 036c17c

2 files changed

Lines changed: 493 additions & 1 deletion

File tree

examples/Runfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ tasks:
4949
cmd:
5050
- run: laundry
5151
env:
52-
k4: "HELLO"
52+
k4:
53+
sh: echo "the value came from shell execution"
5354
# - |+
5455
# import secrets
5556
# import os

0 commit comments

Comments
 (0)