Skip to content

[AGENT-6113] Increase timeout and limit payload size of nginx #13

[AGENT-6113] Increase timeout and limit payload size of nginx

[AGENT-6113] Increase timeout and limit payload size of nginx #13

Workflow file for this run

name: Basic tests
on:
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/requirements.txt
- name: Test with pytest
run: |
bash ./tests/run_tests.sh