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