Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Preserve artifacts form failed doc tests
  • Loading branch information
adamziel committed Nov 28, 2025
commit 91e402c9df1dcd247bdfb9f5eb403303882495d5
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,12 @@ jobs:
run: npx playwright install --with-deps chromium
- name: Verify docs API reference
run: npx nx run docs-site:api-e2e
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: docs-api-e2e-report
path: packages/docs/site/test-results/
if-no-files-found: ignore

test-built-npm-packages:
runs-on: ubuntu-latest
Expand Down