From aa67417b6540e661206b3f0acac2631ed0d71d9c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 21 Jul 2023 19:31:39 +0200 Subject: [PATCH] Add test for install, run, and uninstall --- .github/workflows/test_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index d752664..edf2f3d 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