Skip to content

Update custom VPC config to accept a list of private and public subnets #1126

Update custom VPC config to accept a list of private and public subnets

Update custom VPC config to accept a list of private and public subnets #1126

Workflow file for this run

name: PyTest
on:
pull_request:
branches:
- main
permissions: read-all
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install requests
- name: Test with pytest
run: PYTHONPATH="${PYTHONPATH}:${pwd}" pytest