Skip to content

lazy load components as part of the queue #4

lazy load components as part of the queue

lazy load components as part of the queue #4

Workflow file for this run

name: test
on:
pull_request:
paths:
- ".github/**"
- "ragna/**"
- "tests/**"
- "environment.yaml"
- "pyproject.toml"
jobs:
unit:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup environment
uses: ./.github/actions/setup-env
- name: Run unit tests
run: pytest --junit-xml=test-results.xml --durations=25 tests/unit
- name: Surface failing tests
if: always()
uses: pmeier/[email protected]
with:
path: test-results.xml