Add highlight methods to search and search builder #1257
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: Test | |
on: | |
pull_request_target: | |
push: | |
branches: | |
- '[0-9]+.[0-9]+' | |
jobs: | |
seal-core: | |
name: SEAL Core | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: 'packages/seal' | |
docker: false | |
memory-adapter: | |
name: Memory Adapter | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: 'packages/seal-memory-adapter' | |
docker: false | |
elasticsearch-adapter: | |
name: Elasticsearch Adapter | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: 'packages/seal-elasticsearch-adapter' | |
docker: true | |
opensearch-adapter: | |
name: Opensearch Adapter | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: 'packages/seal-opensearch-adapter' | |
docker: true | |
meilisearch-adapter: | |
name: Meilisearch Adapter | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: 'packages/seal-meilisearch-adapter' | |
docker: true | |
algolia-adapter: | |
name: Algolia Adapter | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: 'packages/seal-algolia-adapter' | |
docker: false | |
secrets: inherit | |
loupe-adapter: | |
name: Loupe Adapter | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: 'packages/seal-loupe-adapter' | |
docker: false | |
redisearch-adapter: | |
name: RediSearch Adapter | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: 'packages/seal-redisearch-adapter' | |
docker: true | |
secrets: inherit | |
solr-adapter: | |
name: Solr Adapter | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: 'packages/seal-solr-adapter' | |
docker: true | |
secrets: inherit | |
typesense-adapter: | |
name: Typesense Adapter | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: 'packages/seal-typesense-adapter' | |
docker: true | |
symfony-integration-example: | |
name: Symfony Integration Example | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: '.examples/symfony' | |
docker: true | |
secrets: inherit | |
laravel-integration-example: | |
name: Laravel Integration Example | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: '.examples/laravel' | |
docker: true | |
secrets: inherit | |
spiral-integration-example: | |
name: Spiral Integration Example | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: '.examples/spiral' | |
docker: true | |
secrets: inherit | |
mezzio-integration-example: | |
name: Mezzio Integration Example | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: '.examples/mezzio' | |
docker: true | |
secrets: inherit | |
yii-integration-example: | |
name: Yii Integration Example | |
uses: ./.github/workflows/callable-test.yml | |
with: | |
directory: '.examples/yii' | |
docker: true | |
secrets: inherit |