From 73481c68d842f8cd2b211fd87b53b9581dbe46ca Mon Sep 17 00:00:00 2001 From: Asa Gayle Date: Wed, 26 Jan 2022 11:11:00 -0500 Subject: [PATCH] Small temp test --- .github/workflows/integration-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8f88a69..9d10335 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -13,7 +13,10 @@ jobs: uses: actions/checkout@v2 with: path: IntegrationTests - + - name: Setup kubectl + uses: ./ + with: + version: 'v3.8.0' - name: Trigger Test run run: helm version \ No newline at end of file