Skip to content

feat: production-ready v1.0.0 — realistic UI, 100% tests, GPS-aware, … #84

feat: production-ready v1.0.0 — realistic UI, 100% tests, GPS-aware, …

feat: production-ready v1.0.0 — realistic UI, 100% tests, GPS-aware, … #84

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