Skip to content

add response code fix while solr is down #1

add response code fix while solr is down

add response code fix while solr is down #1

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
workflow_call:
permissions:
contents: read
jobs:
ruff:
name: Lint (Ruff)
uses: ./.github/workflows/ruff.yml # Call the reusable workflow
secrets: inherit
pyright:
name: Lint (PyRight)
uses: ./.github/workflows/pyright.yml # Call the reusable workflow
secrets: inherit
cypress:
name: Test (Cypress)
uses: ./.github/workflows/cypress.yml # Call the reusable workflow
secrets: inherit
docs:
name: Documentation
uses: ./.github/workflows/docs.yml # Call the reusable workflow
secrets: inherit
pytest:
name: Test (Pytest)
uses: ./.github/workflows/pytest.yml # Call the reusable workflow
secrets: inherit