diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index d752664754c727e550c135f3f63ad79f11bad7df..edf2f3d2331a0ced4b25dbaace4aa5ee89cf7b98 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -16,7 +16,7 @@ jobs: # Enter hackingtool starting from the main menu with \n as the delimiter. - "17\n0\n1\n\n99\n99\n99" # Install, run, update, update system, press ENTER to continue, back to main menu, quit - "17\n0\n2\n\n99\n99\n99" # Install, run, update, update hackingtool, press ENTER to continue, back to main menu, quit - # - "17\n1\n1\n" # Install, run, uninstall, press ENTER to continue + - "17\n1\n1\n" # Install, run, uninstall, press ENTER to continue - "99" # Install, run, quit steps: - uses: actions/checkout@v3