test: test that PyPDF can extract passages so that they are detect by DocumentSplitter
#35837
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Metrics | |
on: | |
workflow_run: | |
workflows: | |
- "end-to-end" | |
- "Linting" | |
- "Tests" | |
types: | |
- completed | |
pull_request: | |
types: | |
- opened | |
- closed | |
jobs: | |
send: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: int128/datadog-actions-metrics@v1 | |
with: | |
datadog-api-key: ${{ secrets.DATADOG_API_KEY }} | |
datadog-site: "datadoghq.eu" | |
collect-job-metrics: true |