renamed python script according to workflow.
This commit is contained in:
parent
e5b547ef50
commit
e7ad6d6256
2 changed files with 4 additions and 32 deletions
5
.github/workflows/integration-tests.yml
vendored
5
.github/workflows/integration-tests.yml
vendored
|
@ -13,6 +13,9 @@ jobs:
|
|||
run-integration-test:
|
||||
name: Validate release and master branch
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
KUBECONFIG: /home/runner/.kube/config
|
||||
PR_BASE_REF: ${{ github.event.pull_request.base.ref }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
name: Checkout from PR branch
|
||||
|
@ -35,7 +38,7 @@ jobs:
|
|||
run: pip install requests
|
||||
|
||||
- name: Validate kubectl setup
|
||||
run: python test/validate-kubectl.py latest
|
||||
run: python ./test/validate-kubectl.py latest
|
||||
|
||||
- name: Setup kubectl
|
||||
uses: ./setup-kubectl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue