From e237db09b08a838db292e3cb748aba756a9d5198 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 19 Jul 2023 16:35:35 +0200 Subject: [PATCH] Press ENTER to continue --- .github/workflows/test_install.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index 7034ca5..ba8c0d2 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -14,8 +14,9 @@ jobs: matrix: commands: # Enter hackingtool starting from the main menu with \n as the delimiter. - - "17\n0" # Install, run, update - - "17\n1" # Install, run, uninstall + - "17\n0\n1" # Install, run, update, update system + - "17\n0\n2" # Install, run, update, update hackingtool + - "17\n1\n" # Install, run, uninstall, press ENTER to continue - "99" # Install, run, quit steps: - uses: actions/checkout@v3