mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 11:44:38 +00:00
ci: k8s: Fix typo in run-k8s-tests-on-garm.yaml
integrations -> integration integrtion -> integration Fixes: #6542 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
0483d3d16d
commit
8d99972a8a
4
.github/workflows/run-k8s-tests-on-garm.yaml
vendored
4
.github/workflows/run-k8s-tests-on-garm.yaml
vendored
@ -47,10 +47,10 @@ jobs:
|
||||
ref: ${{ inputs.commit-hash }}
|
||||
|
||||
- name: Deploy ${{ matrix.k8s }}
|
||||
run: bash tests/integrations/kubernetes/gha-run.sh deploy-k8s
|
||||
run: bash tests/integration/kubernetes/gha-run.sh deploy-k8s
|
||||
|
||||
- name: Configure the ${{ matrix.snapshotter }} snapshotter
|
||||
run: bash tests/integrtion/kubernetes/gha-run.sh configure-snapshotter
|
||||
run: bash tests/integration/kubernetes/gha-run.sh configure-snapshotter
|
||||
|
||||
- name: Deploy Kata
|
||||
timeout-minutes: 10
|
||||
|
Loading…
Reference in New Issue
Block a user