Skip to content

Update Terraform terraform-aws-modules/vpc/aws to v5.16.0 #1346

Update Terraform terraform-aws-modules/vpc/aws to v5.16.0

Update Terraform terraform-aws-modules/vpc/aws to v5.16.0 #1346

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@v5
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install requests
- name: Test with pytest
run: pytest