From 376344d493d905dec3a663bd5187ebf9e94dc7d9 Mon Sep 17 00:00:00 2001 From: Manfred Kaiser Date: Tue, 8 Jun 2021 15:38:58 +0200 Subject: [PATCH] added test for ssh-mitm --- .github/workflows/applications.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index 36c4072..08de669 100644 --- a/.github/workflows/applications.yml +++ b/.github/workflows/applications.yml @@ -38,3 +38,9 @@ jobs: python -m python_appimage build app applications/xonsh 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'