mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 18:31:38 +00:00
actions take 61
This commit is contained in:
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@@ -111,23 +111,3 @@ jobs:
|
|||||||
touch "${gampath}/nobrowser.txt"
|
touch "${gampath}/nobrowser.txt"
|
||||||
$gam version extended
|
$gam version extended
|
||||||
$gam version | grep runner
|
$gam version | grep runner
|
||||||
|
|
||||||
- name: Basic Tests build jobs only
|
|
||||||
run: |
|
|
||||||
cd src
|
|
||||||
vline=$($gam version | grep "Python ")
|
|
||||||
python_line=($vline)
|
|
||||||
this_python=${python_line[1]}
|
|
||||||
$python tools/a_atleast_b.py "${this_python}" "${MIN_PYTHON_VERSION}"
|
|
||||||
vline=$($gam version extended | grep "OpenSSL ")
|
|
||||||
openssl_line=($vline)
|
|
||||||
this_openssl="${openssl_line[1]}"
|
|
||||||
$python tools/a_atleast_b.py "${this_openssl}" "${MIN_OPENSSL_VERSION}"
|
|
||||||
|
|
||||||
- name: Live API tests build jobs only
|
|
||||||
run: |
|
|
||||||
bash .github/actions/decrypt.sh
|
|
||||||
cd src
|
|
||||||
$gam oauth info
|
|
||||||
$gam info user
|
|
||||||
$gam user admin@pdl.jaylee.us check serviceaccount
|
|
||||||
|
|||||||
Reference in New Issue
Block a user