Skip to content

Commit ab873a2

Browse files
committed
upload report
1 parent a0ed944 commit ab873a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
- name: Validate test server
3434
run: uv run scripts/validate-stapi-fastapi
3535
continue-on-error: true
36+
- name: Upload Validation Report
37+
uses: actions/upload-artifact@v4
38+
with:
39+
name: validation-report-py${{ matrix.python-version }}
40+
path: validation-report.html
3641
- name: Docs
3742
run: uv run mkdocs build --strict
3843
- name: Upload Docs

0 commit comments

Comments
 (0)