diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index 6a64bf7..dc75a26 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -21,6 +21,6 @@ jobs: #- run: echo -e "\n1\n1\n1\n" | sudo ./install.sh - run: sudo ./install.sh 1 - run: pwd && ls -hal - - run: echo -e "1\n/home/runner/work/hackingtool/hackingtool\n" | hackingtool + - run: echo -e "1\n/home/runner/work/hackingtool/hackingtool\n" | hackingtool || true - run: pwd && ls -hal