Skip to content

feat: Add infrastructure metrics panel to demo dashboard for enhanced… #34

feat: Add infrastructure metrics panel to demo dashboard for enhanced…

feat: Add infrastructure metrics panel to demo dashboard for enhanced… #34

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: pytest