Skip to content

Update to work with elasticsearch 8 (maintains support for elasticsearch 7) #25

Update to work with elasticsearch 8 (maintains support for elasticsearch 7)

Update to work with elasticsearch 8 (maintains support for elasticsearch 7) #25

Workflow file for this run

name: Continuous Integration
on: pull_request
jobs:
unit-tests:
# only run this job for forks
if: github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/_unit_tests.yml
integration-tests:
# only run this job for forks
if: github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/_integration_tests.yml