Skip to content

#196: Update docstring to google type #357

#196: Update docstring to google type

#196: Update docstring to google type #357

name: Backend Tests - BLOB Architecture
on:
pull_request:
branches:
- 'master'
- 'master-*'
jobs:
run_tests_blob_architecture:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.12"
architecture: "x64"
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: Install dependencies
working-directory: Backend
run: |
pip install -r requirements.txt
pip install -r requirements-test.txt
- name: Run tests Database Blob Architecture
working-directory: Backend
run: |
python -m pytest tests/
env:
MONGO_URI: mongodb://root:root@localhost:27017/
SECRET_KEY_SIGN: "f24e2f3ac557d487b6d879fb2d86f2b2"
ARCH: "BLOB"
ENV_VALUE: "PROD"