Unverified Commit 2ecb2079 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

Update test_install.yml

parent 44dce8d2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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