Skip to content

Update test_nowpayments_v2_2_0.py #66

Update test_nowpayments_v2_2_0.py

Update test_nowpayments_v2_2_0.py #66

Workflow file for this run

name: PayeeProof API CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt pytest
- name: Syntax check
run: python -m py_compile app.py
- name: Run regression suite
run: pytest -q