Skip to content

feat(ui): add world-class multi-platform UI screenshots #85

feat(ui): add world-class multi-platform UI screenshots

feat(ui): add world-class multi-platform UI screenshots #85

Workflow file for this run

name: Production CI/CD Pipeline
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov requests matplotlib numpy
- name: Run Domain-Specific Test Suite
run: |
python run_all_tests.py