From 8a4c48ba97f732b87e1d2f226236e77c40b32807 Mon Sep 17 00:00:00 2001 From: Manfred Kaiser Date: Tue, 8 Jun 2021 15:47:32 +0200 Subject: [PATCH] fixed ssh-mitm test --- .github/workflows/applications.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index 038b650..6262f84 100644 --- a/.github/workflows/applications.yml +++ b/.github/workflows/applications.yml @@ -39,9 +39,8 @@ jobs: test -e xonsh-x86_64.AppImage ./xonsh-x86_64.AppImage -c 'import xonsh' - - name: Test ssh-mitm run: | python -m python_appimage build app applications/ssh-mitm test -e ssh-mitm-x86_64.AppImage - ./ssh-mitm-x86_64.AppImage -c 'import ssh_proxy_server' + ./ssh-mitm-x86_64.AppImage --help'