From 7e9f0e684b2fbe2e181ed4f328a13331009be584 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 19 Jul 2023 13:23:03 +0200 Subject: [PATCH] Update test_install.yml --- .github/workflows/test_install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index 247c536..291e65c 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -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 -- GitLab