File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 66 branches :
77 - main
88jobs :
9- run-script :
9+ test :
1010 runs-on : ubuntu-latest
11+ env :
12+ CLIENT_ID : ${{ secrets.CLIENT_ID }}
13+ CLIENT_SECRET : ${{ secrets.CLIENT_SECRET }}
1114 steps :
1215 - uses : actions/checkout@v2
1316 - name : Set up Python
1619 python-version : ' 3.9'
1720 - name : Install UniCourt Python SDK
1821 run : python setup.py install
22+ - name : Checking secrets exist
23+ run : echo "CLIENT_ID is ${{secrets.CLIENT_ID}} and CLIENT_SECRET is ${{secrets.CLIENT_SECRET}}"
24+ - name : Checking env's exist
25+ run : echo "CLIENT_ID is $CLIENT_ID and CLIENT_SECRET is $CLIENT_SECRET"
1926 - name : Run SDK test
20- env :
21- CLIENT_ID : ${{ secrets.CLIENT_ID }}
22- CLIENT_SECRET : ${{ secrets.CLIENT_SECRET }}
23- PACER_USER_ID : ${{ secrets.PACER_USER_ID }}
24- PACER_CLIENT_CODE : ${{ secrets.PACER_CLIENT_CODE }}
2527 run : cd test && python base.py --exclude TestPacer
You can’t perform that action at this time.
0 commit comments