mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
Update test_install.yml
This commit is contained in:
parent
44dce8d2d2
commit
2ecb207953
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test_install.yml
vendored
6
.github/workflows/test_install.yml
vendored
|
|
@ -14,9 +14,9 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
commands:
|
commands:
|
||||||
# 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' # 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' # 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\n99' # Install, run, uninstall, press ENTER to continue, quit
|
- '17\n1\n1\n\n99\n99' # Install, run, uninstall, press ENTER to continue, quit
|
||||||
- "99" # Install, run, quit
|
- "99" # Install, run, quit
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue