Skip to content

Enhance Terraform to Support Multiple Missions and Add New Mission Variable Files #33

Enhance Terraform to Support Multiple Missions and Add New Mission Variable Files

Enhance Terraform to Support Multiple Missions and Add New Mission Variable Files #33

Workflow file for this run

# This workflow will install Python dependencies, run tests, run linting, and test building docs
name: Testing
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
npm install -g aws-cdk
- name: Run tests
run: |
export DRY_RUN=true
export ZIP_FILE=aws_sorting_lambda.zip
cdk synth