mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 13:06:56 +00:00
Small temp test
This commit is contained in:
parent
7184130103
commit
73481c68d8
1 changed files with 4 additions and 1 deletions
5
.github/workflows/integration-tests.yml
vendored
5
.github/workflows/integration-tests.yml
vendored
|
|
@ -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
|
||||
Loading…
Reference in a new issue