Skip to content

Commit

Permalink
Merge pull request #393 from cclauss/patch-4
Browse files Browse the repository at this point in the history
Complete the test_install GitHub Action
  • Loading branch information
Z4nzu committed Jul 19, 2023
2 parents ca8dcdb + 6d52db4 commit d725164
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
cache: 'pip'
- run: pip install --upgrade pip
- 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: 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

0 comments on commit d725164

Please sign in to comment.