ci(e2e): 👷 enable DEV_BUILD flag for query-service (#1636)

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2022-10-13 16:10:36 +05:30 committed by GitHub
parent f580bedb1c
commit 1b152c19ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ jobs:
uses: actions/checkout@v2
- name: Build query-service image
env:
DEV_BUILD: 1
run: make build-ee-query-service-amd64
- name: Build frontend image