Skip to content

Commit

Permalink
Update ci-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaybentk authored May 17, 2023
1 parent 5aa8899 commit 563b5e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
helm create test
helm create test1
helm create test2
mkdir test
helm create test4
- name: Render helm docs singal
uses: shaybentk/[email protected]
Expand All @@ -37,4 +39,9 @@ jobs:
working-dir: test1,test2
git-push: "true"

- name: Render helm docs multie
uses: shaybentk/[email protected]
with:
working-dir: test/test4
git-push: "true"

0 comments on commit 563b5e2

Please sign in to comment.