Skip to content

Commit

Permalink
👷 (ci): Add glob test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 22, 2023
1 parent 2307de6 commit 77d431d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
file: |
test/input.yaml
test/input2.yaml
test/*_input.yaml
values: |
hello=world
tag=latest
- run: diff test/input.yaml test/expected.yaml
- run: diff test/input2.yaml test/expected2.yaml
- run: diff test/glob_input.yaml test/glob_expected.yaml
1 change: 1 addition & 0 deletions test/glob_expected.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
glob: world #yampl {{ .hello }}
1 change: 1 addition & 0 deletions test/glob_input.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
glob: "" #yampl {{ .hello }}

0 comments on commit 77d431d

Please sign in to comment.