Skip to content

added staging and store fields in the cluster info response #717

added staging and store fields in the cluster info response

added staging and store fields in the cluster info response #717

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