mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-08 05:26: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
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: IntegrationTests
|
path: IntegrationTests
|
||||||
|
- name: Setup kubectl
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
version: 'v3.8.0'
|
||||||
- name: Trigger Test run
|
- name: Trigger Test run
|
||||||
run:
|
run:
|
||||||
helm version
|
helm version
|
||||||
Loading…
Reference in a new issue