Skip to content

Commit

Permalink
Update test_install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jul 19, 2023
1 parent 44dce8d commit 2ecb207
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' # 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\n1\n1\n\n99' # Install, run, uninstall, press ENTER to continue, 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\n1\n1\n\n99\n99' # Install, run, uninstall, press ENTER to continue, quit
- "99" # Install, run, quit
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2ecb207

Please sign in to comment.