1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-23 01:37:27 +00:00

gha: Fix format for run launchtimes metrics yaml

This PR fixes the format for the run launchtimes metrics yaml which
is causing to the workflow to fail.

Fixes 

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes
2023-06-16 21:13:23 +00:00
parent 7976a0ac72
commit 6b08489301

@@ -12,8 +12,8 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: run launch times on qemu
run: bash tests/metrics/gha-run.sh run-test-launchtimes-qemu
- name: run launch times on qemu
run: bash tests/metrics/gha-run.sh run-test-launchtimes-qemu
- name: run launch times on clh
run: bash tests/metrics/gha-run.sh run-test-launchtimes-clh
- name: run launch times on clh
run: bash tests/metrics/gha-run.sh run-test-launchtimes-clh