Skip to content

feat(metrics): sort metrics by clickhouse query time #2481

feat(metrics): sort metrics by clickhouse query time

feat(metrics): sort metrics by clickhouse query time #2481

Workflow file for this run

name: Run all tests & checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install development dependencies
run: make dev-requirements
- name: Static code analysis
run: make test-lint
- name: Code formatting
run: make test-format
- name: Package tests
run: make test-pythonpackage
# Enable step when test-install.sh is implemented
# - name: Plugin installation & rendering checks
# run: make test-install