actions take 99

This commit is contained in:
Jay Lee
2020-12-04 18:33:54 -05:00
parent fd91388b7a
commit cee0f97850

View File

@ -178,10 +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 push only
if: github.event_name == 'push' - name: Live API tests push only
run: | if: github.event_name == 'push'
bash .github/actions/decrypt.sh run: |
source .github/actions/decrypt.sh
cd src cd src
$gam oauth info $gam oauth info
$gam info user $gam info user