Skip to content

Fix: configure API Client to use our requests timeout settings #3417

Fix: configure API Client to use our requests timeout settings

Fix: configure API Client to use our requests timeout settings #3417

Workflow file for this run

name: Pytest
on: [push, pull_request]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install system packages
run: |
sudo apt-get update -y
sudo apt-get install -y gettext
- uses: actions/setup-python@v4
with:
python-version-file: .github/workflows/.python-version
cache: pip
cache-dependency-path: "**/pyproject.toml"
- name: Install Python dependencies
run: pip install -e .[test]
- name: Run setup
run: ./bin/init.sh
- name: Run tests
run: ./tests/pytest/run.sh
- name: Upload coverage report
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: benefits/static/coverage