Skip to content

Commit e9c2d4b

Browse files
mikipaletclaude
andcommitted
ci: add endpoint tests generation to regenerate workflow
Endpoint tests will now be auto-generated when OpenAPI spec changes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 87a5445 commit e9c2d4b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/generate.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ jobs:
6464
uv run python scripts/generate_readme_reference.py
6565
echo "README SDK Reference generation complete."
6666
67+
- name: Generate endpoint tests
68+
run: |
69+
echo "Starting endpoint tests generation..."
70+
uv run python scripts/generate_endpoint_tests.py
71+
echo "Endpoint tests generation complete."
72+
6773
- name: Run linter (fix formatting)
6874
run: |
6975
uv run ruff check --fix src/late/resources/_generated/ || true

0 commit comments

Comments
 (0)