actions take 112

This commit is contained in:
Jay Lee
2020-12-04 20:23:57 -05:00
parent 383fed7b3d
commit 369e3c7269

View File

@@ -160,7 +160,7 @@ jobs:
$python -m unittest discover --start-directory ./ --pattern "*_test.py" --buffer
touch "${gampath}/nobrowser.txt"
$gam version extended
export GAMVERSION=$($gam version short)
export GAMVERSION=$($gam version simple)
echo "GAMVERSION=${GAMVERSION}" >> $GITHUB_ENV
- name: Basic Tests build jobs only