Skip to content

Resolve document types by reflection instead of throwing KeyNotFoundException #502

Resolve document types by reflection instead of throwing KeyNotFoundException

Resolve document types by reflection instead of throwing KeyNotFoundException #502

Workflow file for this run

name: PR Check
on:
pull_request:
branches: [ main, release/** ]
paths-ignore:
- '**.md'
jobs:
tests:
uses: ./.github/workflows/tests.yml
# Aggregate gate so a single "build" status check (required by branch
# protection) reflects the result of all parallel test jobs.
build:
needs: tests
runs-on: ubuntu-latest
steps:
- name: All tests passed
run: echo "All database tests passed."