Skip to content

Commit 2ecb207

Browse files
authored
Update test_install.yml
1 parent 44dce8d commit 2ecb207

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
matrix:
1515
commands:
1616
# Enter hackingtool starting from the main menu with \n as the delimiter.
17-
- '17\n0\n1\n\n99\n99' # Install, run, update, update system, press ENTER to continue, back to main menu, quit
18-
- '17\n0\n2\n\n99\n99' # Install, run, update, update hackingtool, press ENTER to continue, back to main menu, quit
19-
- '17\n1\n1\n\n99' # Install, run, uninstall, press ENTER to continue, quit
17+
- '17\n0\n1\n\n99\n99\n99' # Install, run, update, update system, press ENTER to continue, back to main menu, quit
18+
- '17\n0\n2\n\n99\n99\n99' # Install, run, update, update hackingtool, press ENTER to continue, back to main menu, quit
19+
- '17\n1\n1\n\n99\n99' # Install, run, uninstall, press ENTER to continue, quit
2020
- "99" # Install, run, quit
2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)