gha: Add install dependencies for stability tests

This PR adds the install dependencies for stability tests.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes
2023-10-09 17:09:32 +00:00
parent 84e3d884e4
commit e786b2b019
3 changed files with 25 additions and 23 deletions

View File

@@ -78,6 +78,9 @@ jobs:
env:
TARGET_BRANCH: ${{ inputs.target-branch }}
- name: Install dependencies
run: bash tests/stability/gha-run.sh install-dependencies
- name: get-kata-tarball
uses: actions/download-artifact@v3
with: