Skip to content

Commit

Permalink
Still trying to make catlin validate "work"
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 28, 2023
1 parent 8f3a472 commit 9a85f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
run: |
set -Eeu
helm template task-oc . > task-oc.yml
cat task-oc.yml
catlin --help
catlin validate task-oc.yml
catlin validate --help
catlin validate ./task-oc.yml
test-e2e:
strategy:
Expand Down

0 comments on commit 9a85f26

Please sign in to comment.