mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 14:43:51 +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>
(cherry picked from commit 8d99972a8a
)
This commit is contained in:
parent
79de72592f
commit
1b7ffeac53
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