Skip to content

fix: need if not exists for metrics_15s_dist (#593) #199

fix: need if not exists for metrics_15s_dist (#593)

fix: need if not exists for metrics_15s_dist (#593) #199

# This workflow will validate qryn using bun + clickhouse
name: QRYN BUN CI
on:
push:
branches: [ master, beta ]
paths-ignore:
- '**.md'
- '**.yml'
- '**.yaml'
pull_request:
branches: [ master, beta ]
paths-ignore:
- '**.md'
- '**.yml'
- '**.yaml'
workflow_dispatch:
inputs:
clickhouse_tag:
description: 'Tag for ClickHouse (23.8-alpine)'
required: false
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
bun-version: [latest]
services:
clickhouse:
image: "clickhouse/clickhouse-server:${{ github.event.inputs.clickhouse_tag || '23.8-alpine' }}"
ports:
- 8123:8123
- 9000:9000
steps:
- uses: actions/checkout@v4
- run: rm -rf package-lock.json
- run: git submodule init
- run: git submodule update
- name: Workflow Telemetry
uses: runforesight/workflow-telemetry-action@v1.8.7
if: github.event_name != 'pull_request'
- run: 'sh test/e2e/compose/clickhouse_sso_e2e_bun/run_test.sh'