Skip to content

fix: cap alerts view only for stand-alone #41

fix: cap alerts view only for stand-alone

fix: cap alerts view only for stand-alone #41

Workflow file for this run

name: Unit Test
on: [push]
jobs:
unit_test:
runs-on: ubuntu-latest
name: Unit test
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: python -m pip install --upgrade pip prettytable
- name: Run suite
run: python test_summary.py -v