Skip to content

Refactor Sorting Function to a Container Function #27

Refactor Sorting Function to a Container Function

Refactor Sorting Function to a Container Function #27

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