mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
added test for ssh-mitm
This commit is contained in:
6
.github/workflows/applications.yml
vendored
6
.github/workflows/applications.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user