From 71a599fea98a5aa8d926008c4d50edf6bc57f23a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 19 Jul 2023 16:23:12 +0200 Subject: [PATCH] 0 is update ; 1 is uninstall --- .github/workflows/test_install.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index 3423295..7034ca5 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