mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 14:43:34 +00:00
actions take 97
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -178,3 +178,11 @@ jobs:
|
|||||||
export this_openssl="${openssl_line[1]}"
|
export this_openssl="${openssl_line[1]}"
|
||||||
$python tools/a_atleast_b.py "${this_openssl}" "${MIN_OPENSSL_VERSION}"
|
$python tools/a_atleast_b.py "${this_openssl}" "${MIN_OPENSSL_VERSION}"
|
||||||
|
|
||||||
|
- name: Live API tests build jobs only
|
||||||
|
${{ github.event_name == 'push'
|
||||||
|
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