mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 22:53:34 +00:00
actions take 72
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -106,8 +106,8 @@ jobs:
|
|||||||
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"
|
||||||
export gampath=$(readlink -e .)
|
export gampath="$(readlink -e .)"
|
||||||
echo -e "Python: $python\nPip: $pip\nGAM: $gam\nGAMPATH: $gampath\n"
|
echo -e "python: $python\npip: $pip\ngam: $gam\ngampath: $gampath\n"
|
||||||
echo "python=${python}" >> $GITHUB_ENV
|
echo "python=${python}" >> $GITHUB_ENV
|
||||||
echo "pip=${pip}" >> $GITHUB_ENV
|
echo "pip=${pip}" >> $GITHUB_ENV
|
||||||
echo "gam="${gam}" >> $GITHUB_ENV
|
echo "gam="${gam}" >> $GITHUB_ENV
|
||||||
@ -144,6 +144,7 @@ jobs:
|
|||||||
- name: Basic Tests all jobs
|
- name: Basic Tests all jobs
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
|
echo -e "python: $python\npip: $pip\ngam: $gam\ngampath: $gampath\n"
|
||||||
$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"
|
||||||
$gam version extended
|
$gam version extended
|
||||||
|
Reference in New Issue
Block a user