Loading .github/workflows/test_install.yml +3 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,9 @@ jobs: matrix: commands: # Enter hackingtool starting from the main menu with \n as the delimiter. - "17\n0" # Install, run, update - "17\n1" # Install, run, uninstall - "17\n0\n1" # Install, run, update, update system - "17\n0\n2" # Install, run, update, update hackingtool - "17\n1\n" # Install, run, uninstall, press ENTER to continue - "99" # Install, run, quit steps: - uses: actions/checkout@v3 Loading Loading
.github/workflows/test_install.yml +3 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,9 @@ jobs: matrix: commands: # Enter hackingtool starting from the main menu with \n as the delimiter. - "17\n0" # Install, run, update - "17\n1" # Install, run, uninstall - "17\n0\n1" # Install, run, update, update system - "17\n0\n2" # Install, run, update, update hackingtool - "17\n1\n" # Install, run, uninstall, press ENTER to continue - "99" # Install, run, quit steps: - uses: actions/checkout@v3 Loading