Skip to content

Run Unit Tests [051bbff3fdb29187cf3551d42b0397f2e80b3e13] #7

Run Unit Tests [051bbff3fdb29187cf3551d42b0397f2e80b3e13]

Run Unit Tests [051bbff3fdb29187cf3551d42b0397f2e80b3e13] #7

Workflow file for this run

on:
push:
branches:
- develop
- releases/**
pull_request:
branches:
- develop
- releases/**
name: tests
run-name: Run Unit Tests [${{ github.sha }}]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: "${{ github.ref }}"
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: |
python -m pip install --upgrade pip
pip install pyyaml networkx colorama loguru typing_extensions
- run: |
python3 -m unittest