Update test_install.yml

This commit is contained in:
Christian Clauss 2023-07-19 18:50:07 +02:00 committed by GitHub
parent 8199183e1c
commit 8b14aa5ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,9 @@ jobs:
matrix:
commands:
# 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\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
- "99" # Install, run, quit
steps:
- uses: actions/checkout@v3