Skip to content

Commit 519ecab

Browse files
authored
Use carvel setup action in test-kctrl-gh (#945)
1 parent 4984835 commit 519ecab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-kctrl-gh.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
- name: Install Carvel Tools
29-
run: ./hack/install-deps.sh
29+
uses: vmware-tanzu/carvel-setup-action@v1
30+
with:
31+
only: ytt, kbld, imgpkg, vendir, kapp
3032
- name: Run Tests
3133
run: |
3234
set -e -x

0 commit comments

Comments
 (0)