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