Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test install, run, uninstall #394

Merged
merged 13 commits into from
Jul 21, 2023
Prev Previous commit
Next Next commit
Update test_install.yml
  • Loading branch information
cclauss authored Jul 19, 2023
commit 7e9f0e684b2fbe2e181ed4f328a13331009be584
4 changes: 2 additions & 2 deletions .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
# Typing "1" will allow us to manually enter a path.
# Provide a path to a writable directory: /tmp
# Typing "99" will quit hackingtool.
- "1\n${HOME}\n99\n" # Install, run, quit
- "1\n/tmp\n17\n" # Install, run, uninstall
- "1\n${HOME}/hackingtool.config\n99\n" # Install, run, quit
- "1\n/tmp/hackingtool\n17\n" # Install, run, uninstall
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down