1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

Add test for install, run, and uninstall

This commit is contained in:
Christian Clauss
2023-07-21 19:31:39 +02:00
committed by GitHub
parent 0232498f8f
commit aa67417b65

View File

@ -16,7 +16,7 @@ jobs:
# Enter hackingtool starting from the main menu with \n as the delimiter. # 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\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\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 - "99" # Install, run, quit
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3