Skip to content

feat(v1.0.0): Production-ready — 100% tests, GPS APIs, screenshots, m… #81

feat(v1.0.0): Production-ready — 100% tests, GPS APIs, screenshots, m…

feat(v1.0.0): Production-ready — 100% tests, GPS APIs, screenshots, m… #81

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