mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions take 71
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user