File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 3131 - name : Run lints
3232 run : ./scripts/lint
3333
34+ test :
35+ name : test
36+ runs-on : ubuntu-latest
37+ if : github.repository == 'lithic-com/lithic-python'
38+
39+ steps :
40+ - uses : actions/checkout@v4
41+
42+ - name : Install Rye
43+ run : |
44+ curl -sSf https://rye.astral.sh/get | bash
45+ echo "$HOME/.rye/shims" >> $GITHUB_PATH
46+ env :
47+ RYE_VERSION : ' 0.44.0'
48+ RYE_INSTALL_OPTION : ' --yes'
49+
50+ - name : Bootstrap
51+ run : ./scripts/bootstrap
52+
53+ - name : Run tests
54+ run : ./scripts/test
55+
3456 examples :
3557 name : examples
3658 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11configured_endpoints : 155
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic-ef8c4db34befe33c31ef773a61c836fc13976f75c056768cec6d1333d02a76ac.yml
You can’t perform that action at this time.
0 commit comments