Skip to content

Ett 1200 facet search error #276

Ett 1200 facet search error

Ett 1200 facet search error #276

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
jobs:
# Run tests
test:
runs-on: ubuntu-latest
steps:
- name: Check out with submodules
uses: actions/checkout@v5
with:
submodules: true
- name: Set up tests
run: docker compose build
- name: Run PHPUnit tests
run: docker compose run phpunit