actions take 71

This commit is contained in:
Jay Lee
2020-12-04 12:36:57 -05:00
parent 935c52f291
commit 5a4718eae8

View File

@@ -102,6 +102,7 @@ jobs:
- name: Set env variables for pre-compiled Python
if: matrix.goal == 'test'
run: |
cd src
export python=$(which python3)
export pip=$(which pip3)
export gam="${python} -m gam"
@@ -142,7 +143,6 @@ jobs:
- name: Basic Tests all jobs
run: |
set +e
cd src
$python -m unittest discover --start-directory ./ --pattern "*_test.py" --buffer
touch "${gampath}/nobrowser.txt"