Skip to content

Move to datafusion 26 and arrow 40 #251

Move to datafusion 26 and arrow 40

Move to datafusion 26 and arrow 40 #251

name: Integration tests
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'helm/**'
- 'assets/**'
- '**.md'
jobs:
docker-compose-test:
name: Docker Compose integration tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Start compose
run: docker-compose -f docker-compose-smoke-test.yaml up --build --exit-code-from quest-smoke
- name: Stop compose
if: always()
run: docker-compose -f docker-compose-smoke-test.yaml down