Skip to content

Commit 71a42c0

Browse files
chore(internal): update .stats.yml (#719)
1 parent b511b7a commit 71a42c0

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/workflows/ci.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,28 @@ jobs:
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

.stats.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
configured_endpoints: 155
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic-ef8c4db34befe33c31ef773a61c836fc13976f75c056768cec6d1333d02a76ac.yml

0 commit comments

Comments
 (0)