From 5ccbbe52e52b9271a01f849f7ea0cec0eec7e116 Mon Sep 17 00:00:00 2001 From: Valentin Niess Date: Wed, 12 Aug 2020 14:47:17 +0200 Subject: [PATCH] Add run tests for sample apps --- .github/workflows/applications.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index 05da762..36c4072 100644 --- a/.github/workflows/applications.yml +++ b/.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'