Skip to content

Commit 607b5db

Browse files
SDK regeneration
1 parent 91ce124 commit 607b5db

File tree

281 files changed

+14043
-19564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+14043
-19564
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ci
33
on: [push]
44
jobs:
55
compile:
6-
runs-on: ubuntu-24.04
6+
runs-on: ubuntu-20.04
77
steps:
88
- name: Checkout repo
99
uses: actions/checkout@v3
@@ -19,7 +19,7 @@ jobs:
1919
- name: Compile
2020
run: poetry run mypy .
2121
test:
22-
runs-on: ubuntu-24.04
22+
runs-on: ubuntu-20.04
2323
steps:
2424
- name: Checkout repo
2525
uses: actions/checkout@v3
@@ -33,15 +33,13 @@ jobs:
3333
- name: Install dependencies
3434
run: poetry install
3535

36-
- name: Install Fern
37-
run: npm install -g fern-api
3836
- name: Test
39-
run: fern test --command "poetry run pytest -rP ./tests/custom/"
37+
run: poetry run pytest -rP .
4038

4139
publish:
4240
needs: [compile, test]
4341
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
44-
runs-on: ubuntu-24.04
42+
runs-on: ubuntu-20.04
4543
steps:
4644
- name: Checkout repo
4745
uses: actions/checkout@v3

0 commit comments

Comments
 (0)