Skip to content
Snippets Groups Projects
Unverified Commit 6d52db48 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

Complete the test_install GitHub Action

parent ca8dcdbc
Branches
No related tags found
No related merge requests found
...@@ -17,10 +17,11 @@ jobs: ...@@ -17,10 +17,11 @@ jobs:
cache: 'pip' cache: 'pip'
- run: pip install --upgrade pip - run: pip install --upgrade pip
- run: pwd && ls -hal - run: pwd && ls -hal
# How can we pipe in responses to `read` prompts?
#- run: echo -e "\n1\n1\n1\n" | sudo ./install.sh
- run: sudo ./install.sh 1 - run: sudo ./install.sh 1
- run: pwd && ls -hal - run: pwd && ls -hal
- run: echo -e "1\n/home/runner/work/hackingtool/hackingtool\n" | hackingtool || true # Typing "1" will allow us to manually enter a path.
# Provide a path to a writable directory: /home/runner/work/hackingtool/hackingtool
# Typing "99" will quit hackingtool.
- run: echo -e "1\n/home/runner/work/hackingtool/hackingtool\n99\n" | hackingtool
- run: pwd && ls -hal - run: pwd && ls -hal
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment