diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index 34232957dbe7ec538352e4952869fc7b4ae7ea6b..7034ca5d5f94521de373a5303faa0fec327cc9b2 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -14,7 +14,8 @@ jobs: matrix: commands: # Enter hackingtool starting from the main menu with \n as the delimiter. - - "17" # Install, run, uninstall + - "17\n0" # Install, run, update + - "17\n1" # Install, run, uninstall - "99" # Install, run, quit steps: - uses: actions/checkout@v3