소스 검색

added test for ssh-mitm

Manfred Kaiser 4 년 전
부모
커밋
376344d493
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      .github/workflows/applications.yml

+ 6 - 0
.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'