Explorar o código

Add run tests for sample apps

Valentin Niess %!s(int64=5) %!d(string=hai) anos
pai
achega
5ccbbe52e5
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .github/workflows/applications.yml

+ 2 - 0
.github/workflows/applications.yml

@@ -25,6 +25,7 @@ jobs:
                                             --python-version=2.7               \
                                             --python-tag=cp27-cp27mu
         test -e scipy-x86_64.AppImage
+        ./scipy-x86_64.AppImage -c 'import numpy, pandas, scipy'
 
     - name: Test tasmotizer
       run: |
@@ -36,3 +37,4 @@ jobs:
       run: |
         python -m python_appimage build app applications/xonsh
         test -e xonsh-x86_64.AppImage
+        ./xonsh-x86_64.AppImage -c 'import xonsh'