Skip to content

Commit

Permalink
gha: nydus: Actually install kata when install-kata is called
Browse files Browse the repository at this point in the history
We've been simply doing nothing whenever `install-kata` was called, and
that was the intent when we added the placeholder calls.

Now, let's install kata, as expected. :-)

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit d2b3b67)
  • Loading branch information
fidencio committed Sep 21, 2023
1 parent 30efa3e commit 70c1c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/nydus/gha-run.sh
Expand Up @@ -29,7 +29,7 @@ function main() {
action="${1:-}"
case "${action}" in
install-dependencies) install_dependencies ;;
install-kata) return 0 ;;
install-kata) install_kata ;;
run) run ;;
*) >&2 die "Invalid argument" ;;
esac
Expand Down

0 comments on commit 70c1c7d

Please sign in to comment.