Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
robzr committed Nov 18, 2024
1 parent 8914f64 commit 449fa6e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@ jobs:
args: a b c
debug: true
filter: '"\($ARGS.positional[0]), \($ARGS.positional[1]), \($ARGS.positional[2])"'
null-input: true
input_yaml: |
a: b
c: d
null-input: true
- name: Test input-command
uses: ./
with:
debug: true
filter: '{ files: split("\n") }'
input-command: ls /
raw-input: true
slurp: true

0 comments on commit 449fa6e

Please sign in to comment.