Skip to content

prometheus metrics endpoint charm #15

prometheus metrics endpoint charm

prometheus metrics endpoint charm #15

Workflow file for this run

name: "[server] Run unit tests"
on:
push:
branches: [ main ]
paths:
- server/**
pull_request:
branches: [ main ]
paths:
- server/**
jobs:
build:
defaults:
run:
working-directory: server
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.8", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install tox
run: pip install tox
- name: Run tests
run: |
tox