Merge pull request #395 from cclauss/patch-4

Add test for install, run, and uninstall
This commit is contained in:
Hardik Zinzuvadiya 2023-07-23 10:50:23 +05:30 committed by GitHub
commit f5aff5547a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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