Skip to content

Commit 1ac02bd

Browse files
committed
SDK regeneration
1 parent 426fb34 commit 1ac02bd

File tree

153 files changed

+9427
-1670
lines changed

Some content is hidden

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

153 files changed

+9427
-1670
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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
@@ -36,12 +36,12 @@ jobs:
3636
- name: Install Fern
3737
run: npm install -g fern-api
3838
- name: Test
39-
run: fern test --command "poetry run pytest -rP ./tests/custom/"
39+
run: fern test --command "poetry run pytest -rP ."
4040

4141
publish:
4242
needs: [compile, test]
4343
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
44-
runs-on: ubuntu-24.04
44+
runs-on: ubuntu-20.04
4545
steps:
4646
- name: Checkout repo
4747
uses: actions/checkout@v3

0 commit comments

Comments
 (0)